PHP Class Horde_Core_Notification_Storage_Session, horde

Copyright 2010-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
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_cached array Cached notifications if session is not active.

Public Methods

Method Description
clear ( $key )
exists ( $key )
get ( $key )
push ( $listener, Horde_Notification_Event $event )
set ( $key, $value )

Protected Methods

Method Description
_processCached ( )

Method Details

_processCached() protected method

protected _processCached ( )

clear() public method

public clear ( $key )

exists() public method

public exists ( $key )

get() public method

public get ( $key )

push() public method

public push ( $listener, Horde_Notification_Event $event )
$event Horde_Notification_Event

set() public method

public set ( $key, $value )

Property Details

$_cached protected_oe property

Cached notifications if session is not active.
protected array $_cached
return array