PHP Interface Imbo\Exception

Author: Christer Edvartsen ([email protected])
Afficher le fichier Open project: imbo/imbo Interface Usage Examples

Méthodes publiques

Méthode Description
getImboErrorCode ( ) : integer Get the internal Imbo error code
setImboErrorCode ( integer $code ) : Imbo\Exception Set an internal Imbo error code

Method Details

getImboErrorCode() public méthode

Get the internal Imbo error code
public getImboErrorCode ( ) : integer
Résultat integer

setImboErrorCode() public méthode

Set an internal Imbo error code
public setImboErrorCode ( integer $code ) : Imbo\Exception
$code integer One of the constants defined in this class
Résultat Imbo\Exception