ILIAS
eassessment Revision 61809
|
Update search command queue from Services/Object events. More...
Static Public Member Functions | |
static | handleEvent ($a_component, $a_event, $a_params) |
Handle an event in a listener. |
Static Protected Member Functions | |
static | storeElement ($a_command, $a_params) |
Update search command queue from Services/Object events.
Definition at line 37 of file class.ilSearchAppEventListener.php.
|
static |
Handle an event in a listener.
string | $a_component | component, e.g. "Services/User" |
string | $a_event | event e.g. "createUser", "updateUser", "deleteUser", ... |
array | $a_parameter | parameter array (assoc), array("name" => ..., "phone_office" => ...) |
Implements ilAppEventListener.
Definition at line 47 of file class.ilSearchAppEventListener.php.
References $command, $type, ilObject\_lookupType(), ilSearchCommandQueueElement\CREATE, ilSearchCommandQueueElement\DELETE, ilSearchCommandQueueElement\RESET, and storeElement().
|
staticprotected |
Definition at line 100 of file class.ilSearchAppEventListener.php.
References $ilLog, ilObject\_lookupType(), and ilSearchCommandQueue\factory().
Referenced by handleEvent().