|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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... | |
Protected Attributes | |
| ilDBInterface | $db |
Static Private Attributes | |
| static self | $instance = null |
Definition at line 28 of file class.ilSearchCommandQueue.php.
|
protected |
Constructor.
Definition at line 37 of file class.ilSearchCommandQueue.php.
References $DIC.
|
static |
get singleton instance
Definition at line 47 of file class.ilSearchCommandQueue.php.
References $instance.
Referenced by ilSearchAppEventListener\storeElement().
Here is the caller graph for this function:| ilSearchCommandQueue::store | ( | ilSearchCommandQueueElement | $element | ) |
update / save new entry
Definition at line 58 of file class.ilSearchCommandQueue.php.
References ilSearchCommandQueueElement\getCommand(), ilSearchCommandQueueElement\getObjId(), ilSearchCommandQueueElement\getObjType(), ilDBConstants\T_DATE, ilDBConstants\T_INTEGER, and ilDBConstants\T_TEXT.
Here is the call graph for this function:
|
protected |
Definition at line 32 of file class.ilSearchCommandQueue.php.
|
staticprivate |
Definition at line 30 of file class.ilSearchCommandQueue.php.
Referenced by factory().