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_Event

The Horde_Notification_Event:: class defines a single notification event.

Copyright 2002-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_Event_Status
Package: Notification
Category: Horde
License: LGPL 2.1
Author: Hans Lellelid hans@velum.net
Located at Horde/Notification/Event.php
Methods summary
public
# __construct( mixed $data, string $type = null, array $flags = array() )

Constructor.

Constructor.

Parameters

$data
<p>Message: either a string or an Exception or PEAR_Error object.</p>
$type
The event type.
$flags
The flag array.
public string
# __toString( )

String representation of this object.

String representation of this object.

Returns

string
String representation.
Properties summary
public string $message

The message being passed.

The message being passed.

# ''
public array $flags

The flags for this message.

The flags for this message.

# array()
public string $type

The message type.

The message type.

#
API documentation generated by ApiGen