PHP Class Imbo\Model\Error

Author: Christer Edvartsen ([email protected])
Inheritance: implements Imbo\Model\ModelInterface
Afficher le fichier Open project: imbo/imbo Class Usage Examples

Méthodes publiques

Méthode Description
createFromException ( Imbo\Exception $exception, Request $request ) : Error Create an error based on an exception instance
getData ( )
getDate ( ) : DateTime Get the date
getErrorMessage ( ) : string Get the error message
getHttpCode ( ) : integer Get the HTTP code
getImageIdentifier ( ) : string Get the image identifier
getImboErrorCode ( ) : integer Get the imbo error code
setDate ( DateTime $date ) : Error Set the date
setErrorMessage ( string $message ) : Error Set the error message
setHttpCode ( integer $code ) : Error Set the HTTP code
setImageIdentifier ( string $imageIdentifier ) : Error Set the image identifier
setImboErrorCode ( integer $code ) : Error Set the imbo error code

Method Details

createFromException() public static méthode

Create an error based on an exception instance
public static createFromException ( Imbo\Exception $exception, Request $request ) : Error
$exception Imbo\Exception An Imbo\Exception instance
$request Imbo\Http\Request\Request
Résultat Error

getData() public méthode

public getData ( )

getDate() public méthode

Get the date
public getDate ( ) : DateTime
Résultat DateTime

getErrorMessage() public méthode

Get the error message
public getErrorMessage ( ) : string
Résultat string

getHttpCode() public méthode

Get the HTTP code
public getHttpCode ( ) : integer
Résultat integer

getImageIdentifier() public méthode

Get the image identifier
public getImageIdentifier ( ) : string
Résultat string

getImboErrorCode() public méthode

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

setDate() public méthode

Set the date
public setDate ( DateTime $date ) : Error
$date DateTime The DateTime instance to set
Résultat Error

setErrorMessage() public méthode

Set the error message
public setErrorMessage ( string $message ) : Error
$message string The message to set
Résultat Error

setHttpCode() public méthode

Set the HTTP code
public setHttpCode ( integer $code ) : Error
$code integer The code to set
Résultat Error

setImageIdentifier() public méthode

Set the image identifier
public setImageIdentifier ( string $imageIdentifier ) : Error
$imageIdentifier string The image identifier to set
Résultat Error

setImboErrorCode() public méthode

Set the imbo error code
public setImboErrorCode ( integer $code ) : Error
$code integer The code to set
Résultat Error