PHP Class Crunz\ErrorHandler

Inheritance: extends Singleton, use trait Crunz\Configuration\Configurable
Mostra file Open project: lavary/crunz

Protected Properties

Property Type Description
$logger Crunz\Logger Instance of the logger
$mailer Mailer Instance of the Mailer

Public Methods

Method Description
__construct ( ) Catch Fatal Errors
catchErrors ( string $buffer ) : boolean Determine the type of the output
set ( ) Catch Fatal Errors

Method Details

__construct() public method

Catch Fatal Errors
public __construct ( )

catchErrors() public method

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

set() public method

Catch Fatal Errors
public set ( )

Property Details

$logger protected_oe property

Instance of the logger
protected Logger,Crunz $logger
return Crunz\Logger

$mailer protected_oe property

Instance of the Mailer
protected Mailer,Crunz $mailer
return Mailer