Class Notification_Listener_status

Description

The Notification_Listener_status:: class provides functionality for displaying messages from the message stack as a status line.

$Horde: framework/Notification/Notification/Listener/status.php,v 1.29.2.9 2009/01/06 15:23:29 jan Exp $

Copyright 2001-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Located in /Notification/Notification/Listener/status.php (line 20)

Notification_Listener
   |
   --Notification_Listener_status
Direct descendents
Class Description
 class Notification_Listener_mobile The Notification_Listener_mobile:: class provides functionality for displaying messages from the message stack on mobile devices.
Method Summary
 Notification_Listener_status Notification_Listener_status ()
 void getMessage (array $message)
 string getName ()
 void notify (array &$messageStack, [array $options = array()])
Variables

Inherited Variables

Inherited from Notification_Listener

Notification_Listener::$_handles
Methods
Constructor Notification_Listener_status (line 25)

Constructor

Notification_Listener_status Notification_Listener_status ()
getMessage (line 69)

Outputs one message.

void getMessage (array $message)
  • array $message: One message hash from the stack.

Redefinition of:
Notification_Listener::getMessage()
Processes one message from the message stack.

Redefined in descendants as:
getName (line 39)

Return a unique identifier for this listener.

  • return: Unique id.
string getName ()

Redefinition of:
Notification_Listener::getName()
Return a unique identifier for this listener.

Redefined in descendants as:
notify (line 51)

Outputs the status line if there are any messages on the 'status' message stack.

void notify (array &$messageStack, [array $options = array()])
  • array &$messageStack: The stack of messages.
  • array $options: An array of options.

Redefinition of:
Notification_Listener::notify()
Outputs the status line, sends emails, pages, etc., if there are any messages on this listener's message stack.

Redefined in descendants as:

Inherited Methods

Inherited From Notification_Listener

 Notification_Listener::Notification_Listener()
 Notification_Listener::getEvent()
 Notification_Listener::getFlags()
 Notification_Listener::getMessage()
 Notification_Listener::getName()
 Notification_Listener::handles()
 Notification_Listener::notify()

Documentation generated on Sun, 30 Jan 2011 05:22:20 +0000 by phpDocumentor 1.4.3