PhpErrorsConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $log : mixed
- $throw : mixed
Methods
- __construct() : mixed
- log() : $this
- Use the application logger instead of the PHP logger for logging PHP errors.
- throw() : $this
- Throw PHP errors as \ErrorException instances.
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$log
private
mixed
$log
$throw
private
mixed
$throw
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
log()
Use the application logger instead of the PHP logger for logging PHP errors.
public
log([ParamConfigurator|mixed $value = true ]) : $this
Parameters
- $value : ParamConfigurator|mixed = true
Tags
Return values
$thisthrow()
Throw PHP errors as \ErrorException instances.
public
throw(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>