Elgg  Version master
Public Member Functions | List of all members
Elgg\Notifications\EnqueueEventHandler Class Reference

Enqueue notification event. More...

Public Member Functions

 __invoke (\Elgg\Event $event)
 Queue a notification event for later handling. More...
 

Detailed Description

Enqueue notification event.

Since
4.0

Definition at line 10 of file EnqueueEventHandler.php.

Member Function Documentation

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.

Parameters
\Elgg\Event$event'all', 'all'
Returns
void

Definition at line 24 of file EnqueueEventHandler.php.


The documentation for this class was generated from the following file: