\Horde_Core_Notification_Event_Status

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.

Summary

Methods
Properties
Constants
__construct()
__toString()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

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.