PHP Class IMP_Imap_Exception, horde

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

Public Properties

Property Type Description
$_notified boolean Sent the error to the notification system.

Public Methods

Method 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 method

public __get ( $name )

authError() public method

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

authException() public method

Generates an authentication exception.
public authException ( ) : Horde_Auth_Exception
return Horde_Auth_Exception An authentication exception.

notify() public method

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
return boolean