PHP 클래스 Ouzo\ExceptionHandling\ErrorHandler

파일 보기 프로젝트 열기: letsdrink/ouzo 1 사용 예제들

공개 메소드들

메소드 설명
errorHandler ( $errorNumber, $errorString, $errorFile, $errorLine )
exceptionHandler ( Exception $exception )
register ( )
shutdownHandler ( )
stopsExecution ( $errno )

보호된 메소드들

메소드 설명
getExceptionHandler ( ) : ExceptionHandler

비공개 메소드들

메소드 설명
trace ( $errorFile, $errorLine )

메소드 상세

errorHandler() 공개 정적인 메소드

public static errorHandler ( $errorNumber, $errorString, $errorFile, $errorLine )

exceptionHandler() 공개 정적인 메소드

public static exceptionHandler ( Exception $exception )
$exception Exception

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

protected static getExceptionHandler ( ) : ExceptionHandler
리턴 ExceptionHandler

register() 공개 메소드

public register ( )

shutdownHandler() 공개 정적인 메소드

public static shutdownHandler ( )

stopsExecution() 공개 정적인 메소드

public static stopsExecution ( $errno )