Elgg
Version 6.1
|
Enqueue notification event. More...
Public Member Functions | |
__invoke (\Elgg\Event $event) | |
Queue a notification event for later handling. More... | |
Elgg\Notifications\EnqueueEventHandler::__invoke | ( | \Elgg\Event | $event | ) |
Queue a notification event for later handling.
Checks to see if this event has been registered for notifications. If so, it adds the event to a notification queue.
This function triggers the 'enqueue', 'notification' event.
\Elgg\Event | $event | 'all', 'all' |
Definition at line 24 of file EnqueueEventHandler.php.