PHP 클래스 Jamm\Tester\ErrorCatcher

파일 보기 프로젝트 열기: jamm/memory

공개 메소드들

메소드 설명
__construct ( )
__destruct ( )
errorHandler ( $error_code, $error_message, $filepath = '', $line )
getErrors ( )
hasErrors ( )
setHandledErrorsTypes ( $errors_types )
setUp ( )

보호된 메소드들

메소드 설명
getNewErrorObject ( ) : Error

비공개 메소드들

메소드 설명
getCurrentBacktrace ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__destruct() 공개 메소드

public __destruct ( )

errorHandler() 공개 메소드

public errorHandler ( $error_code, $error_message, $filepath = '', $line )

getErrors() 공개 메소드

public getErrors ( )

getNewErrorObject() 보호된 메소드

protected getNewErrorObject ( ) : Error
리턴 Error

hasErrors() 공개 메소드

public hasErrors ( )

setHandledErrorsTypes() 공개 메소드

public setHandledErrorsTypes ( $errors_types )

setUp() 공개 메소드

public setUp ( )