ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (\ilDBInterface $db, \ilObjectDataCache $objectDataCache, \ilLogger $logger) | |
withComponent (string $component) | |
withEvent (string $event) | |
withParameters (array $parameters) | |
handle () | |
Static Public Member Functions | |
static | handleEvent (string $a_component, string $a_event, array $a_parameter) |
Handle an event in a listener. More... | |
Protected Attributes | |
ilDBInterface | $database |
ilObjectDataCache | $objectDataCache |
ilLogger | $logger |
string | $component = "" |
string | $event = "" |
array | $parameters = [] |
Private Member Functions | |
handleRegisterEvent () | |
handleEnteredEvent () | |
handleUnregisterEvent () | |
fetchRecipientParticipants () | |
sendMail (int $type) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 25 of file class.ilSessionAppEventListener.php.
ilSessionAppEventListener::__construct | ( | \ilDBInterface | $db, |
\ilObjectDataCache | $objectDataCache, | ||
\ilLogger | $logger | ||
) |
Definition at line 34 of file class.ilSessionAppEventListener.php.
References $logger, $objectDataCache, and ILIAS\Repository\logger().
|
private |
Definition at line 135 of file class.ilSessionAppEventListener.php.
References $id.
Referenced by sendMail().
ilSessionAppEventListener::handle | ( | ) |
Definition at line 88 of file class.ilSessionAppEventListener.php.
References Vendor\Package\$e, $session, ILIAS\Repository\event(), ilObjectFactory\getInstanceByObjId(), handleEnteredEvent(), handleRegisterEvent(), handleUnregisterEvent(), and ILIAS\Repository\logger().
|
private |
Definition at line 123 of file class.ilSessionAppEventListener.php.
References $type, sendMail(), and ilSessionMembershipMailNotification\TYPE_ENTER_NOTIFICATION.
Referenced by handle().
|
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 71 of file class.ilSessionAppEventListener.php.
References $DIC.
|
private |
Definition at line 117 of file class.ilSessionAppEventListener.php.
References $type, sendMail(), and ilSessionMembershipMailNotification\TYPE_REGISTER_NOTIFICATION.
Referenced by handle().
|
private |
Definition at line 129 of file class.ilSessionAppEventListener.php.
References $type, sendMail(), and ilSessionMembershipMailNotification\TYPE_UNREGISTER_NOTIFICATION.
Referenced by handle().
|
private |
Definition at line 150 of file class.ilSessionAppEventListener.php.
References fetchRecipientParticipants().
Referenced by handleEnteredEvent(), handleRegisterEvent(), and handleUnregisterEvent().
ilSessionAppEventListener::withComponent | ( | string | $component | ) |
Definition at line 44 of file class.ilSessionAppEventListener.php.
References $component.
ilSessionAppEventListener::withEvent | ( | string | $event | ) |
Definition at line 53 of file class.ilSessionAppEventListener.php.
References $event.
ilSessionAppEventListener::withParameters | ( | array | $parameters | ) |
Definition at line 62 of file class.ilSessionAppEventListener.php.
References $parameters.
|
protected |
Definition at line 30 of file class.ilSessionAppEventListener.php.
Referenced by withComponent().
|
protected |
Definition at line 27 of file class.ilSessionAppEventListener.php.
|
protected |
Definition at line 31 of file class.ilSessionAppEventListener.php.
Referenced by withEvent().
|
protected |
Definition at line 29 of file class.ilSessionAppEventListener.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilSessionAppEventListener.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilSessionAppEventListener.php.
Referenced by withParameters().