PHP Класс IMP_Imap_Exception, horde

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

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

Свойство Тип Описание
$_notified boolean Sent the error to the notification system.

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

Метод Описание
__get ( $name )
authError ( ) : integer Returns the authentication error, if any.
authException ( ) : Horde_Auth_Exception Generates an authentication exception.
notify ( string $msg = null, string $level = null, boolean $force = false ) Send notification of the error.

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

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

public __get ( $name )

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

Returns the authentication error, if any.
public authError ( ) : integer
Результат integer Authentication error, or null if exception not caused by auth error.

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

Generates an authentication exception.
public authException ( ) : Horde_Auth_Exception
Результат Horde_Auth_Exception An authentication exception.

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

Send notification of the error.
public notify ( string $msg = null, string $level = null, boolean $force = false )
$msg string Notification message.
$level string Notification level.
$force boolean Force notification, even if already done?

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

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

Sent the error to the notification system.
public bool $_notified
Результат boolean