Horde_Notification_Event_Status
extends Horde_Notification_Event
in package
The Horde_Notification_Event_Status:: class defines a single status notification event.
Copyright 2010-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.
Tags
Table of Contents
- $charset : string
- Charset of the message.
- $flags : array<string|int, mixed>
- The flags for this message.
- $message : string
- The message being passed.
- $type : string
- The message type.
- __construct() : mixed
- Constructor.
- __toString() : string
- String representation of this object.
Properties
$charset
Charset of the message.
public
string
$charset
= \null
$flags
The flags for this message.
public
array<string|int, mixed>
$flags
= array()
$message
The message being passed.
public
string
$message
= ''
$type
The message type.
public
string
$type
Methods
__construct()
Constructor.
public
__construct(mixed $data[, string $type = null ][, array<string|int, mixed> $flags = array() ]) : mixed
Parameters
- $data : mixed
-
Message: either a string or an Exception or PEAR_Error object.
- $type : string = null
-
The event type.
- $flags : array<string|int, mixed> = array()
-
The flag array.
Return values
mixed —__toString()
String representation of this object.
public
__toString() : string
Return values
string —String representation.