get()
get(string $key) : mixed
Return the given stack from the notification store.
Parameters
string | $key | The key for the data. |
Returns
mixed —The notification data stored for the given key.
An interface describing a storage location for notification messages.
Copyright 2009-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.
string | $listener | The event will be stored for this listener. |
\Horde_Notification_Event | $event | The event to store. |