|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilSessionAppEventListener:
Collaboration diagram for ilSessionAppEventListener:Public Member Functions | |
| __construct (\ilDBInterface $db, \ilObjectDataCache $objectDataCache, \ilLogger $logger) | |
| withComponent ($component) | |
| withEvent ($event) | |
| withParameters (array $parameters) | |
| handle () | |
Static Public Member Functions | |
| static | handleEvent ($a_component, $a_event, $a_parameter) |
| Handle an event in a listener. More... | |
| static | handleEvent ($a_component, $a_event, $a_parameter) |
| Handle an event in a listener. More... | |
Private Member Functions | |
| handleRegisterEvent () | |
| handleEnteredEvent () | |
| handleUnregisterEvent () | |
| fetchRecipientParticipants () | |
| sendMail ($type) | |
Private Attributes | |
| $database | |
| $objectDataCache | |
| $logger | |
| $component | |
| $event | |
| $parameters | |
Definition at line 7 of file class.ilSessionAppEventListener.php.
| ilSessionAppEventListener::__construct | ( | \ilDBInterface | $db, |
| \ilObjectDataCache | $objectDataCache, | ||
| \ilLogger | $logger | ||
| ) |
| ilDBInterface | $db | |
| ilObjectDataCache | $objectDataCache | |
| ilLogger | $logger |
Definition at line 44 of file class.ilSessionAppEventListener.php.
References $logger, and $objectDataCache.
|
private |
Definition at line 157 of file class.ilSessionAppEventListener.php.
Referenced by sendMail().
Here is the caller graph for this function:| ilSessionAppEventListener::handle | ( | ) |
Definition at line 117 of file class.ilSessionAppEventListener.php.
References Vendor\Package\$e, handleEnteredEvent(), handleRegisterEvent(), and handleUnregisterEvent().
Here is the call graph for this function:
|
private |
Definition at line 143 of file class.ilSessionAppEventListener.php.
References $type, sendMail(), and ilSessionMembershipMailNotification\TYPE_ENTER_NOTIFICATION.
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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 100 of file class.ilSessionAppEventListener.php.
References $DIC.
|
private |
Definition at line 136 of file class.ilSessionAppEventListener.php.
References $type, sendMail(), and ilSessionMembershipMailNotification\TYPE_REGISTER_NOTIFICATION.
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 150 of file class.ilSessionAppEventListener.php.
References $type, sendMail(), and ilSessionMembershipMailNotification\TYPE_UNREGISTER_NOTIFICATION.
Referenced by handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| array | $recipients | |
| $type |
| ilException |
Definition at line 177 of file class.ilSessionAppEventListener.php.
References $type, and fetchRecipientParticipants().
Referenced by handleEnteredEvent(), handleRegisterEvent(), and handleUnregisterEvent().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSessionAppEventListener::withComponent | ( | $component | ) |
| string | $component |
Definition at line 58 of file class.ilSessionAppEventListener.php.
References $component.
| ilSessionAppEventListener::withEvent | ( | $event | ) |
| string | $event |
Definition at line 71 of file class.ilSessionAppEventListener.php.
References $event.
| ilSessionAppEventListener::withParameters | ( | array | $parameters | ) |
| array | $parameters |
Definition at line 84 of file class.ilSessionAppEventListener.php.
References $parameters.
|
private |
Definition at line 27 of file class.ilSessionAppEventListener.php.
Referenced by withComponent().
|
private |
Definition at line 12 of file class.ilSessionAppEventListener.php.
|
private |
Definition at line 32 of file class.ilSessionAppEventListener.php.
Referenced by withEvent().
|
private |
Definition at line 22 of file class.ilSessionAppEventListener.php.
Referenced by __construct().
|
private |
Definition at line 17 of file class.ilSessionAppEventListener.php.
Referenced by __construct().
|
private |
Definition at line 37 of file class.ilSessionAppEventListener.php.
Referenced by withParameters().