$_stack
$_stack : string
The stack name.
A class that stores notifications in the session.
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 for the given listener stack.
string | $listener | The event will be stored for this listener. |
\Horde_Notification_Event | $event | The event to store. |