Overview

Packages

  • Notification

Classes

  • Horde_Notification
  • Horde_Notification_Event
  • Horde_Notification_Event_Status
  • Horde_Notification_Exception
  • Horde_Notification_Handler
  • Horde_Notification_Handler_Decorator_Alarm
  • Horde_Notification_Handler_Decorator_Base
  • Horde_Notification_Handler_Decorator_Log
  • Horde_Notification_Listener
  • Horde_Notification_Listener_Audio
  • Horde_Notification_Listener_Status
  • Horde_Notification_Storage_Object
  • Horde_Notification_Storage_Session

Interfaces

  • Horde_Notification_Storage_Interface
  • Overview
  • Package
  • Class
  • Tree

Class Horde_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.

Direct known subclasses

Horde_Notification_Handler_Decorator_Alarm, Horde_Notification_Handler_Decorator_Log
Package: Notification
Category: Horde
License: LGPL 2.1
Author: Jan Schneider jan@horde.org
Author: Michael Slusarz slusarz@horde.org
Located at Horde/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