Property | Type | Description | |
---|---|---|---|
$_stack | string | The stack name. |
Method | Description | |
---|---|---|
__construct ( string $stack ) | Constructor. | |
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 for the given listener stack. | |
set ( string $key, mixed $value ) | Set the given stack in the notification store. |
public __construct ( string $stack ) | ||
$stack | string | The name of the notification stack. |