19 declare(strict_types=1);
25 public static function handleEvent(
string $component,
string $event, array $parameter): void
27 if ($event ===
'deleteUser') {
28 if (self::$notification ===
null) {
deleteForUser(int $user_id)
static handleEvent(string $component, string $event, array $parameter)
Handle an event in a listener.
static ilDclNotification $notification
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Interface for event handling.