Class Notification_Event

Description

The Notification_Event:: class provides a container for passing messages to Notification_Listener classes.

$Horde: framework/Notification/Notification/Event.php,v 1.5.2.9 2009/01/06 15:23:28 jan Exp $

Copyright 2002-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/Event.php (line 17)


	
			
Method Summary
 Notification_Event Notification_Event ([string $message = null])
 string getMessage ()
 void setMessage (string $message)
Methods
Constructor Notification_Event (line 31)

If passed, sets the message for this event.

Notification_Event Notification_Event ([string $message = null])
  • string $message: The text message for this event.
getMessage (line 53)

Gets the text message for this event.

  • return: The text message to display.
string getMessage ()
setMessage (line 43)

Sets the text message for this event.

void setMessage (string $message)
  • string $message: The text message to display.

Documentation generated on Sun, 30 Jan 2011 05:17:09 +0000 by phpDocumentor 1.4.3