PHP Класс 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.
Показать файл
Открыть проект
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$_cached |
array |
Cached notifications if session is not active. |
|
Открытые методы
Метод |
Описание |
|
clear ( $key ) |
|
|
exists ( $key ) |
|
|
get ( $key ) |
|
|
push ( $listener, Horde_Notification_Event $event ) |
|
|
set ( $key, $value ) |
|
|
Защищенные методы
Описание методов
_processCached()
защищенный Метод
public push ( $listener, Horde_Notification_Event $event ) |
$event |
Horde_Notification_Event |
|
public set ( $key, $value ) |
Описание свойств
$_cached защищенное свойство
Cached notifications if session is not active.
protected array $_cached |
Результат |
array |
|