ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 49 of file class.ilSearchCommandQueue.php.
Referenced by ilSearchAppEventListener\storeElement().
|
protected |
Insert new entry.
Definition at line 78 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 60 of file class.ilSearchCommandQueue.php.
References $ilDB, $query, $res, ilSearchCommandQueueElement\getObjId(), ilSearchCommandQueueElement\getObjType(), insert(), and update().
|
protected |
Update existing entry.
Definition at line 99 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.