PHP Class Horde_Notification_Storage_Session, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: implements Horde_Notification_Storage_Interface
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_stack string The stack name.

Méthodes publiques

Méthode 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.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $stack )
$stack string The name of the notification stack.

clear() public méthode

Unset the given stack in the notification store.
public clear ( string $key )
$key string The key of the data.

exists() public méthode

Is the given stack present in the notification store?
public exists ( string $key ) : boolean
$key string The key of the data.
Résultat boolean True if the element is set, false otherwise.

get() public méthode

Return the given stack from the notification store.
public get ( string $key ) : mixed
$key string The key for the data.
Résultat mixed The notification data stored for the given key.

push() public méthode

Store a new event for the given listener stack.
public push ( string $listener, Horde_Notification_Event $event )
$listener string The event will be stored for this listener.
$event Horde_Notification_Event The event to store.

set() public méthode

Set the given stack in the notification store.
public set ( string $key, mixed $value )
$key string The key for the data.
$value mixed The data.

Property Details

$_stack protected_oe property

The stack name.
protected string $_stack
Résultat string