PHP 클래스 Crunz\ErrorHandler

상속: extends Singleton, use trait Crunz\Configuration\Configurable
파일 보기 프로젝트 열기: lavary/crunz

보호된 프로퍼티들

프로퍼티 타입 설명
$logger Crunz\Logger Instance of the logger
$mailer Mailer Instance of the Mailer

공개 메소드들

메소드 설명
__construct ( ) Catch Fatal Errors
catchErrors ( string $buffer ) : boolean Determine the type of the output
set ( ) Catch Fatal Errors

메소드 상세

__construct() 공개 메소드

Catch Fatal Errors
public __construct ( )

catchErrors() 공개 메소드

Determine the type of the output
public catchErrors ( string $buffer ) : boolean
$buffer string
리턴 boolean

set() 공개 메소드

Catch Fatal Errors
public set ( )

프로퍼티 상세

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

Instance of the logger
protected Logger,Crunz $logger
리턴 Crunz\Logger

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

Instance of the Mailer
protected Mailer,Crunz $mailer
리턴 Mailer