\Horde_Notification_Event

The Horde_Notification_Event:: class defines a single notification event.

Copyright 2002-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Properties
Constants
__construct()
__toString()
$message
$flags
$type
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$message

$message : string

The message being passed.

Type

string

$flags

$flags : array

The flags for this message.

Type

array

$type

$type : string

The message type.

Type

string

Methods

__construct()

__construct(mixed  $data, string  $type = null, array  $flags = array()) 

Constructor.

Parameters

mixed $data

Message: either a string or an Exception or PEAR_Error object.

string $type

The event type.

array $flags

The flag array.

__toString()

__toString() : string

String representation of this object.

Returns

string —

String representation.