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.
Mostra file
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 Details
_processCached()
protected method
public push ( $listener, Horde_Notification_Event $event ) |
$event |
Horde_Notification_Event |
|
public set ( $key, $value ) |
Property Details
$_cached protected_oe property
Cached notifications if session is not active.
protected array $_cached |
return |
array |
|