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

The Horde_Notification:: class provides a subject-observer pattern for raising and showing messages of different types and to different listeners.

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.

Package: Notification
Category: Horde
License: LGPL 2.1
Author: Jan Schneider jan@horde.org
Located at Horde/Notification.php
Methods summary
public static
# singleton( string $stack = 'horde_notification_stacks' )

Returns a reference to the global notification handler, only creating it if it doesn't already exist.

Returns a reference to the global notification handler, only creating it if it doesn't already exist.

This method must be invoked as: $notification = Horde_Notification::singleton([$stack]);

Parameters

$stack
The name of the message stack to use. return Horde_Notification_Handler The Horde Notification handler.
API documentation generated by ApiGen