PHP Class Horde_Smtp_Exception, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Exception
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_enhancedcode string SMTP Enhanced Mail System Status Code (see RFC 3463).
$_rawmsg string Raw error message (in English).
$_smtpcode integer SMTP reply code.

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

__get() public méthode

public __get ( $name )

getEnhancedSmtpCode() public méthode

Get SMTP Enhanced Mail System Status Code (RFC 3463).
public getEnhancedSmtpCode ( ) : string
Résultat string Enhanced status code.

getSmtpCode() public méthode

Get the SMTP reply code.
public getSmtpCode ( ) : integer
Résultat integer Reply code.

setEnhancedSmtpCode() public méthode

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

setSmtpCode() public méthode

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

Property Details

$_enhancedcode protected_oe property

SMTP Enhanced Mail System Status Code (see RFC 3463).
protected string $_enhancedcode
Résultat string

$_rawmsg protected_oe property

Raw error message (in English).
protected string $_rawmsg
Résultat string

$_smtpcode protected_oe property

SMTP reply code.
protected int $_smtpcode
Résultat integer