PHP Class Eva\EvaEngine\Error\CLIErrorHandler

Inheritance: implements Eva\EvaEngine\Error\ErrorHandlerInterface
Afficher le fichier Open project: evaengine/evaengine

Protected Properties

Свойство Type Description
$logger boolean

Méthodes publiques

Méthode Description
errorHandler ( $errno, $errstr, $errfile, $errline ) : mixed | void
exceptionHandler ( Exception $e ) : mixed | void
getLogger ( ) : boolean | null
setLogger ( Phalcon\Logger\AdapterInterface $logger ) : mixed
shutdownHandler ( ) : mixed | void

Méthodes protégées

Méthode Description
errorProcess ( Eva\EvaEngine\Error\Error $error )
logError ( Eva\EvaEngine\Error\Error $error ) : mixed

Method Details

errorHandler() public static méthode

public static errorHandler ( $errno, $errstr, $errfile, $errline ) : mixed | void
$errno
$errstr
$errfile
$errline
Résultat mixed | void

errorProcess() protected static méthode

protected static errorProcess ( Eva\EvaEngine\Error\Error $error )
$error Eva\EvaEngine\Error\Error

exceptionHandler() public static méthode

public static exceptionHandler ( Exception $e ) : mixed | void
$e Exception
Résultat mixed | void

getLogger() public static méthode

public static getLogger ( ) : boolean | null
Résultat boolean | null

logError() protected static méthode

protected static logError ( Eva\EvaEngine\Error\Error $error ) : mixed
$error Eva\EvaEngine\Error\Error
Résultat mixed

setLogger() public static méthode

public static setLogger ( Phalcon\Logger\AdapterInterface $logger ) : mixed
$logger Phalcon\Logger\AdapterInterface
Résultat mixed

shutdownHandler() public static méthode

public static shutdownHandler ( ) : mixed | void
Résultat mixed | void

Property Details

$logger protected_oe static_oe property

protected static bool $logger
Résultat boolean