PHP Class Autarky\Errors\ErrorHandlerProvider

Inheritance: extends Autarky\Providers\AbstractProvider
Afficher le fichier Open project: autarky/framework

Protected Properties

Свойство Type Description
$manager ErrorHandlerManager
$register Whether or not the error handler should register itself as handler of native PHP errors as well as application exceptions.

Méthodes publiques

Méthode Description
__construct ( boolean $register = true )
configureErrorHandler ( )
register ( )

Method Details

__construct() public méthode

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() public méthode

register() public méthode

public register ( )

Property Details

$manager protected_oe property

protected ErrorHandlerManager,Autarky\Errors $manager
Résultat ErrorHandlerManager

$register protected_oe property

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