ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Interface for event handling. More...
Static Public Member Functions | |
static | handleEvent (string $a_component, string $a_event, array $a_parameter) |
Handle an event in a listener. More... | |
Interface for event handling.
See class.ilAppEventHandler.php for more information.
Definition at line 27 of file interface.ilAppEventListener.php.
|
static |
Handle an event in a listener.
string | $a_component | component, e.g. "components/ILIAS/Forum" or "components/ILIAS/User" |
string | $a_event | event e.g. "createUser", "updateUser", "deleteUser", ... |
array<string,mixed> | $a_parameter parameter array (assoc), array("name" => ..., "phone_office" => ...) |
Implemented in ilLTIAppEventListener, ilCourseReferenceAppEventListener, ilCertificateAppEventListener, ilSessionAppEventListener, ilECSAppEventListener, ilCalendarAppEventListener, ilTrackingAppEventListener, ilSearchAppEventListener, ilChatroomAppEventListener, ilEventHandlingAppEventListener, ilRepositoryAppEventListener, ilSkillAppEventListener, ilTestAppEventListener, ilTestQuestionPoolAppEventListener, ilContactAppEventListener, ilObjectAppEventListener, ilContainerAppEventListener, ilGlossaryAppEventListener, ilOpenIdConnectAppEventListener, ilSurveyAppEventListener, ilContainerReferenceAppEventListener, ilBadgeAppEventListener, ilOnScreenChatAppEventListener, ilNotificationAppEventListener, ilLegalDocumentsAppEventListener, and ilSamlAppEventListener.