PHP Класс IMP_Compose_Exception, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends IMP_Exception
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$encrypt string Stores information on whether an encryption dialog window needs to be opened.
$tied_identity integer If set, indicates that this identity matches the given to address.

Открытые методы

Метод Описание
createAndLog ( ) : IMP_Compose_Exception Creates a new Exception object and immediately logs the message.
log ( string $level = 'ERR' ) : boolean Log error message.

Описание методов

createAndLog() публичный статический Метод

Creates a new Exception object and immediately logs the message.
public static createAndLog ( ) : IMP_Compose_Exception
Результат IMP_Compose_Exception Exception argument.

log() публичный Метод

Log error message.
public log ( string $level = 'ERR' ) : boolean
$level string Level to log at.
Результат boolean True if message was logged.

Описание свойств

$encrypt публичное свойство

Stores information on whether an encryption dialog window needs to be opened.
public string $encrypt
Результат string

$tied_identity публичное свойство

If set, indicates that this identity matches the given to address.
public int $tied_identity
Результат integer