JError::getErrorHandling/1.5
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 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 216 of libraries/joomla/error/error.php
- Since
- Referenced by
See also
-
JError::getErrorHandling on api.joomla.org
-
JError source code on JoomlaCode
-
Class JError
-
Subpackage Error
- Other versions of JError::getErrorHandling
SeeAlso:JError::getErrorHandling [Edit See Also]
User contributed notes
<CodeExamplesForm />