API17:JError::getErrorHandling
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 30: | Line 30: | ||
array All error handling details | array All error handling details | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/error/error.php | + | libraries/joomla/error/error.php (line 224) |
| + | * see source code in [[jplatform:error/error.php#cl-224|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:26, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JError::getErrorHandling
Description
Method to get the current error handler settings for a specified error level.
Description:JError::getErrorHandling [Edit Descripton]
Since
Synopsis
public static JError::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 in
libraries/joomla/error/error.php (line 224)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JError::getErrorHandling
Examples
<CodeExamplesForm />
