PHP Class Horde_Core_Notification_Event_Status, horde

Copyright 2010-2016 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.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Notification_Event_Status
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( mixed $data, string $type = null, array $flags = [] ) Constructor.
__toString ( ) : string String representation of this object.

Method Details

__construct() public method

Constructor.
public __construct ( mixed $data, string $type = null, array $flags = [] )
$data mixed Message: either a string or an Exception or PEAR_Error object.
$type string The event type.
$flags array The flag array.

__toString() public method

String representation of this object.
public __toString ( ) : string
return string String representation.