PHP 클래스 Autarky\Errors\ErrorHandlerProvider

상속: extends Autarky\Providers\AbstractProvider
파일 보기 프로젝트 열기: autarky/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$manager ErrorHandlerManager
$register Whether or not the error handler should register itself as handler of native PHP errors as well as application exceptions.

공개 메소드들

메소드 설명
__construct ( boolean $register = true )
configureErrorHandler ( )
register ( )

메소드 상세

__construct() 공개 메소드

public __construct ( boolean $register = true )
$register boolean Whether or not the error handler should register itself as handler of native PHP errors as well as application exceptions.

configureErrorHandler() 공개 메소드

register() 공개 메소드

public register ( )

프로퍼티 상세

$manager 보호되어 있는 프로퍼티

protected ErrorHandlerManager,Autarky\Errors $manager
리턴 ErrorHandlerManager

$register 보호되어 있는 프로퍼티

Whether or not the error handler should register itself as handler of native PHP errors as well as application exceptions.
protected $register