PHP Class 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.
Exibir arquivo
Open project: horde/horde
Class Usage Examples
Public Methods
Method |
Description |
|
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. |
|
Method Details
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. |
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). |