PHP Класс Horde_Notification_Handler_Decorator_Base, 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.
Автор: Jan Schneider ([email protected])
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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() публичный Метод

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).