FOFPlatformInterface::setErrorHandling
Set the error Handling, if possible
Signature
public function setErrorHandling(integer
$level,
string
$log_level,
array
$optionsĀ )
Parameters
-
$level
- PHP error level (E_ALL)
-
$log_level
- What to do with the error (ignore, callback)
-
$options
- Options for the error handler
Returns
- void