PHP Class Horde_Core_Notification_Handler_Decorator_Base, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Notification_Handler_Decorator_Base
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_app string The application name of this Decorator.

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.

Protected Methods

Method Description
_notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener )
_push ( Horde_Notification_Event $event, $options )

Method Details

_notify() protected method

See also: notify()
Since: 2.12.0
protected _notify ( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener )
$handler Horde_Notification_Handler
$listener Horde_Notification_Listener

_push() protected method

See also: push()
Since: 2.12.0
protected _push ( Horde_Notification_Event $event, $options )
$event Horde_Notification_Event

notify() public method

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() public method

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

Property Details

$_app protected_oe property

The application name of this Decorator.
protected string $_app
return string