PHP Класс Horde_Notification_Handler_Decorator_Alarm, horde
Copyright 2001-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)
Свойство |
Тип |
Описание |
|
$_alarm |
Horde_Core_Factory_Alarm |
A Horde_Alarm instance. |
|
$_user |
string |
The current user. |
|
Открытые методы
Метод |
Описание |
|
__construct ( object $alarm, string $user ) |
Initialize the notification system, set up any needed session
variables, etc. |
|
notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener ) |
Listeners are handling their messages. |
|
Описание методов
__construct()
публичный Метод
Initialize the notification system, set up any needed session
variables, etc.
Listeners are handling their messages.
public notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener ) |
$handler |
Horde_Notification_Handler |
The base handler object. |
$listener |
Horde_Notification_Listener |
The Listener object that
is handling its messages. |
Описание свойств
$_alarm защищенное свойство
protected Horde_Core_Factory_Alarm $_alarm |
Результат |
Horde_Core_Factory_Alarm |
|
$_user защищенное свойство
protected string $_user |
Результат |
string |
|