Overview

Packages

  • Auth
  • Core
  • Horde
    • Imsp
  • None
  • Notification

Classes

  • Horde_Core_Notification_Handler_Decorator_Base
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Core_Notification_Handler_Decorator_Base

Define the functions needed for a Decorator instance.

Copyright 2001-2012 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.

Horde_Notification_Handler_Decorator_Base
Extended by Horde_Core_Notification_Handler_Decorator_Base
Package: Notification
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Core/Notification/Handler/Decorator/Base.php
Methods summary
public
# push( Horde_Notification_Event $event, array $options )

Event is being added to the Horde message stack.

Event is being added to the Horde message stack.

Parameters

$event
Event object.
$options
<p>Additional options (see Horde_Notification_Handler for details).</p>
public
# notify( Horde_Notification_Handler $handler, Horde_Notification_Listener $listener )

Listeners are handling their messages.

Listeners are handling their messages.

Parameters

$handler
The base handler object.
$listener
<p>The Listener object that is handling its messages.</p>

Throws

Horde_Notification_Exception
API documentation generated by ApiGen