PHP Класс Horde_Core_Notification_Handler_Decorator_Base, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Notification_Handler_Decorator_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_app string The application name of this Decorator.

Открытые методы

Метод Описание
notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener ) Listeners are handling their messages.
push ( Horde_Notification_Event $event, array $options ) Event is being added to the Horde message stack.

Защищенные методы

Метод Описание
_notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener )
_push ( Horde_Notification_Event $event, $options )

Описание методов

_notify() защищенный Метод

См. также: notify()
С версии: 2.12.0
protected _notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener )
$handler Horde_Notification_Handler
$listener Horde_Notification_Listener

_push() защищенный Метод

См. также: push()
С версии: 2.12.0
protected _push ( Horde_Notification_Event $event, $options )
$event Horde_Notification_Event

notify() публичный Метод

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.

push() публичный Метод

Event is being added to the Horde message stack.
public push ( Horde_Notification_Event $event, array $options )
$event Horde_Notification_Event Event object.
$options array Additional options (see Horde_Notification_Handler for details).

Описание свойств

$_app защищенное свойство

The application name of this Decorator.
protected string $_app
Результат string