PHP Класс Horde_Smtp_Exception, horde

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

Защищенные свойства (Protected)

Свойство Тип Описание
$_enhancedcode string SMTP Enhanced Mail System Status Code (see RFC 3463).
$_rawmsg string Raw error message (in English).
$_smtpcode integer SMTP reply code.

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

Метод Описание
__construct ( $message = null, code $code = null ) Constructor.
__get ( $name )
getEnhancedSmtpCode ( ) : string Get SMTP Enhanced Mail System Status Code (RFC 3463).
getSmtpCode ( ) : integer Get the SMTP reply code.
setEnhancedSmtpCode ( string $code ) Set SMTP Enhanced Mail System Status Code (RFC 3463).
setSmtpCode ( integer $smtpcode ) Set the SMTP reply code.

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

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

Constructor.
public __construct ( $message = null, code $code = null )
$code code Error code.

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

public __get ( $name )

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

Get SMTP Enhanced Mail System Status Code (RFC 3463).
public getEnhancedSmtpCode ( ) : string
Результат string Enhanced status code.

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

Get the SMTP reply code.
public getSmtpCode ( ) : integer
Результат integer Reply code.

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

Set SMTP Enhanced Mail System Status Code (RFC 3463).
public setEnhancedSmtpCode ( string $code )
$code string Enhanced status code.

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

Set the SMTP reply code.
public setSmtpCode ( integer $smtpcode )
$smtpcode integer SMTP reply code.

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

$_enhancedcode защищенное свойство

SMTP Enhanced Mail System Status Code (see RFC 3463).
protected string $_enhancedcode
Результат string

$_rawmsg защищенное свойство

Raw error message (in English).
protected string $_rawmsg
Результат string

$_smtpcode защищенное свойство

SMTP reply code.
protected int $_smtpcode
Результат integer