| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilSearchCommandQueue:Public Member Functions | |
| store (ilSearchCommandQueueElement $element) | |
| update / save new entry  More... | |
Static Public Member Functions | |
| static | factory () | 
| get singleton instance  More... | |
Protected Member Functions | |
| __construct () | |
| Constructor.  More... | |
| insert (ilSearchCommandQueueElement $element) | |
| Insert new entry.  More... | |
| update (ilSearchCommandQueueElement $element) | |
| Update existing entry.  More... | |
Protected Attributes | |
| ilDBInterface | $db | 
Static Private Attributes | |
| static self | $instance = null | 
Definition at line 34 of file class.ilSearchCommandQueue.php.
      
  | 
  protected | 
      
  | 
  static | 
get singleton instance
Definition at line 53 of file class.ilSearchCommandQueue.php.
Referenced by ilSearchAppEventListener\storeElement().
 Here is the caller graph for this function:
      
  | 
  protected | 
Insert new entry.
Definition at line 80 of file class.ilSearchCommandQueue.php.
References $res, ilSearchCommandQueueElement\getCommand(), ilSearchCommandQueueElement\getObjId(), and ilSearchCommandQueueElement\getObjType().
Referenced by store().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSearchCommandQueue::store | ( | ilSearchCommandQueueElement | $element | ) | 
update / save new entry
Definition at line 64 of file class.ilSearchCommandQueue.php.
References $res, ilSearchCommandQueueElement\getObjId(), ilSearchCommandQueueElement\getObjType(), insert(), and update().
 Here is the call graph for this function:
      
  | 
  protected | 
Update existing entry.
Definition at line 98 of file class.ilSearchCommandQueue.php.
References $res, ilSearchCommandQueueElement\getCommand(), ilSearchCommandQueueElement\getObjId(), and ilSearchCommandQueueElement\getObjType().
Referenced by store().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 38 of file class.ilSearchCommandQueue.php.
      
  | 
  staticprivate | 
Definition at line 36 of file class.ilSearchCommandQueue.php.