ILIAS
Release_4_0_x_branch Revision 61816
|
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().
|
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().
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().
|
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().
|
staticprivate |
Definition at line 36 of file class.ilSearchCommandQueue.php.
Referenced by factory().