PHP Class IMP_Imap_Exception, horde

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

Méthodes publiques

Свойство Type Description
$_notified boolean Sent the error to the notification system.

Méthodes publiques

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

Method Details

__get() public méthode

public __get ( $name )

authError() public méthode

Returns the authentication error, if any.
public authError ( ) : integer
Résultat integer Authentication error, or null if exception not caused by auth error.

authException() public méthode

Generates an authentication exception.
public authException ( ) : Horde_Auth_Exception
Résultat Horde_Auth_Exception An authentication exception.

notify() public méthode

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?

Property Details

$_notified public_oe property

Sent the error to the notification system.
public bool $_notified
Résultat boolean