Method | Description | |
---|---|---|
clear ( string $key ) | Unset the given stack in the notification store. | |
exists ( string $key ) : boolean | Is the given stack present in the notification store? | |
get ( string $key ) : mixed | Return the given stack from the notification store. | |
push ( string $listener, Horde_Notification_Event $event ) | Store a new event. | |
set ( string $key, mixed $value ) | Set the given stack in the notification store. |