Documentation

Horde_Notification_Event
in package

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.

Tags
author

Hans Lellelid hans@velum.net

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

$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

$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.

Search results