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_Alarm

The Alarm Decorator notifies the alarm system to push its notifications on the stack.

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_Notification_Handler_Decorator_Alarm
Package: Notification
Category: Horde
License: LGPL 2.1
Author: Jan Schneider jan@horde.org
Located at Horde/Notification/Handler/Decorator/Alarm.php
Methods summary
public
# __construct( object $alarm, string $user )

Initialize the notification system, set up any needed session variables, etc.

Initialize the notification system, set up any needed session variables, etc.

Parameters

$alarm
An alarm factory that implements create().
$user
The current username.
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

Overrides

Horde_Notification_Handler_Decorator_Base::notify()
Methods inherited from Horde_Notification_Handler_Decorator_Base
push()
API documentation generated by ApiGen