PHP 클래스 Eva\EvaEngine\Error\CLIErrorHandler

상속: implements Eva\EvaEngine\Error\ErrorHandlerInterface
파일 보기 프로젝트 열기: evaengine/evaengine

보호된 프로퍼티들

프로퍼티 타입 설명
$logger boolean

공개 메소드들

메소드 설명
errorHandler ( $errno, $errstr, $errfile, $errline ) : mixed | void
exceptionHandler ( Exception $e ) : mixed | void
getLogger ( ) : boolean | null
setLogger ( Phalcon\Logger\AdapterInterface $logger ) : mixed
shutdownHandler ( ) : mixed | void

보호된 메소드들

메소드 설명
errorProcess ( Eva\EvaEngine\Error\Error $error )
logError ( Eva\EvaEngine\Error\Error $error ) : mixed

메소드 상세

errorHandler() 공개 정적인 메소드

public static errorHandler ( $errno, $errstr, $errfile, $errline ) : mixed | void
$errno
$errstr
$errfile
$errline
리턴 mixed | void

errorProcess() 보호된 정적인 메소드

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

exceptionHandler() 공개 정적인 메소드

public static exceptionHandler ( Exception $e ) : mixed | void
$e Exception
리턴 mixed | void

getLogger() 공개 정적인 메소드

public static getLogger ( ) : boolean | null
리턴 boolean | null

logError() 보호된 정적인 메소드

protected static logError ( Eva\EvaEngine\Error\Error $error ) : mixed
$error Eva\EvaEngine\Error\Error
리턴 mixed

setLogger() 공개 정적인 메소드

public static setLogger ( Phalcon\Logger\AdapterInterface $logger ) : mixed
$logger Phalcon\Logger\AdapterInterface
리턴 mixed

shutdownHandler() 공개 정적인 메소드

public static shutdownHandler ( ) : mixed | void
리턴 mixed | void

프로퍼티 상세

$logger 보호되어 있는 정적으로 프로퍼티

protected static bool $logger
리턴 boolean