|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for ilSearchCommandQueue:Public Member Functions | |
| factory () | |
| get singleton instance | |
| store (ilSearchCommandQueueElement $element) | |
| update / save new entry | |
Protected Member Functions | |
| __construct () | |
| Constructor. | |
| insert (ilSearchCommandQueueElement $element) | |
| Insert new entry. | |
| update (ilSearchCommandQueueElement $element) | |
| Update existing entry. | |
Static Private Attributes | |
| static | $instance = null |
Definition at line 34 of file class.ilSearchCommandQueue.php.
|
protected |
| ilSearchCommandQueue::factory | ( | ) |
get singleton instance
Definition at line 50 of file class.ilSearchCommandQueue.php.
References $instance.
Referenced by ilSearchAppEventListener\storeElement().
Here is the caller graph for this function:
|
protected |
Insert new entry.
Definition at line 83 of file class.ilSearchCommandQueue.php.
References $ilDB, $query, $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 62 of file class.ilSearchCommandQueue.php.
References $ilDB, $query, $res, ilSearchCommandQueueElement\getObjId(), ilSearchCommandQueueElement\getObjType(), insert(), and update().
Here is the call graph for this function:
|
protected |
Update existing entry.
Definition at line 104 of file class.ilSearchCommandQueue.php.
References $ilDB, $query, $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:
|
staticprivate |
Definition at line 36 of file class.ilSearchCommandQueue.php.
Referenced by factory().