|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilContactAppEventListener. More...
Inheritance diagram for ilContactAppEventListener:
Collaboration diagram for ilContactAppEventListener:Static Public Member Functions | ||||||||||
| static | handleEvent ($a_component, $a_event, $a_parameter) | |||||||||
{Handle an event in a listener.
| ||||||||||
| static | handleEvent ($a_component, $a_event, $a_parameter) | |||||||||
| Handle an event in a listener. More... | ||||||||||
Class ilContactAppEventListener.
Definition at line 10 of file class.ilContactAppEventListener.php.
|
static |
{Handle an event in a listener.
| string | $a_component | component, e.g. "Modules/Forum" or "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 15 of file class.ilContactAppEventListener.php.
References $DIC, and ilBuddyList\getInstanceByUserId().
Here is the call graph for this function: