PHP Class IMP_Compose_Exception, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Exception
显示文件 Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$encrypt string Stores information on whether an encryption dialog window needs to be opened.
$tied_identity integer If set, indicates that this identity matches the given to address.

Public Methods

Method Description
createAndLog ( ) : IMP_Compose_Exception Creates a new Exception object and immediately logs the message.
log ( string $level = 'ERR' ) : boolean Log error message.

Method Details

createAndLog() public static method

Creates a new Exception object and immediately logs the message.
public static createAndLog ( ) : IMP_Compose_Exception
return IMP_Compose_Exception Exception argument.

log() public method

Log error message.
public log ( string $level = 'ERR' ) : boolean
$level string Level to log at.
return boolean True if message was logged.

Property Details

$encrypt public_oe property

Stores information on whether an encryption dialog window needs to be opened.
public string $encrypt
return string

$tied_identity public_oe property

If set, indicates that this identity matches the given to address.
public int $tied_identity
return integer