PHP Class Crunz\ErrorHandler

Inheritance: extends Singleton, use trait Crunz\Configuration\Configurable
Afficher le fichier Open project: lavary/crunz

Protected Properties

Свойство Type Description
$logger Crunz\Logger Instance of the logger
$mailer Mailer Instance of the Mailer

Méthodes publiques

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

Method Details

__construct() public méthode

Catch Fatal Errors
public __construct ( )

catchErrors() public méthode

Determine the type of the output
public catchErrors ( string $buffer ) : boolean
$buffer string
Résultat boolean

set() public méthode

Catch Fatal Errors
public set ( )

Property Details

$logger protected_oe property

Instance of the logger
protected Logger,Crunz $logger
Résultat Crunz\Logger

$mailer protected_oe property

Instance of the Mailer
protected Mailer,Crunz $mailer
Résultat Mailer