$notifications
$notifications : array
Holds the notifications pushed into this storage object.
A class that stores notifications in an object.
Copyright 2010-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
push(string $listener, \Horde_Notification_Event $event)
Store a new event for the given listener stack.
string | $listener | The event will be stored for this listener. |
\Horde_Notification_Event | $event | The event to store. |