ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Forum listener. More...
Static Public Member Functions | |
static | handleEvent ($a_component, $a_event, $a_parameter) |
Handle an event in a listener. More... | |
Static Protected Attributes | |
static | $ref_ids = array() |
Private Member Functions | |
getCachedReferences ($obj_id) | |
Forum listener.
Listens to events of other components.
Definition at line 11 of file class.ilForumAppEventListener.php.
|
private |
int | $obj_id |
Definition at line 108 of file class.ilForumAppEventListener.php.
References ilObject\_getAllReferences().
|
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" => ...) |
Definition at line 22 of file class.ilForumAppEventListener.php.
References $ref_id, $ref_ids, ilForumNotification\_clearForcedForumNotifications(), ilForumNotification\checkForumsExistsDelete(), and ilForumNotification\checkForumsExistsInsert().
|
staticprotected |
Definition at line 13 of file class.ilForumAppEventListener.php.
Referenced by handleEvent().