19declare(strict_types=1);
25 public static function handleEvent(
string $component,
string $event, array $parameter): void
27 if ($event ===
'deleteUser') {
28 if (self::$notification ===
null) {
32 self::$notification->deleteForUser($parameter[
'usr_id']);
static handleEvent(string $component, string $event, array $parameter)
Handle an event in a listener.
static ilDclNotification $notification
Interface for event handling.