Horde_Core_Notification_Event_Status
extends Horde_Notification_Event_Status
in package
This class defines the base Horde status notification types.
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
Methods
- __construct() : mixed
- Constructor.
- __toString() : string
- String representation of this object.
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.
__toString()
String representation of this object.
public
__toString() : string
Return values
string —String representation.