ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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... | |
Static Private Attributes | |
static | $instance = null |
Definition at line 34 of file class.ilSearchCommandQueue.php.
|
protected |
|
static |
get singleton instance
Definition at line 50 of file class.ilSearchCommandQueue.php.
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.