PHP Class IMP_Compose_Exception, horde

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

Méthodes publiques

Свойство 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.

Méthodes publiques

Méthode 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 méthode

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

log() public méthode

Log error message.
public log ( string $level = 'ERR' ) : boolean
$level string Level to log at.
Résultat 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
Résultat string

$tied_identity public_oe property

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