JError::getErrorHandling/11.1
From Joomla! Documentation
JError::getErrorHandling
Description
Method to get the current error handler settings for a specified error level.
Description:JError::getErrorHandling [Edit Descripton]
public static function getErrorHandling ($level)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $level | int | The error level to retrieve. This can be any of PHP's own error levels, e.g. E_ALL, E_NOTICE... |
- Returns array All error handling details
- Defined on line 232 of libraries/joomla/error/error.php
- Since

See also
JError::getErrorHandling source code on BitBucket
Class JError
Subpackage Error- Other versions of JError::getErrorHandling
SeeAlso:JError::getErrorHandling [Edit See Also]