API17:JError::getErrorHandling
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JError::getErrorHandling|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JError::getErrorHandling|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function getErrorHandling ($level) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' array All error handling details | |
| − | array All error handling details | + | * '''Defined''' on line 232 of libraries/joomla/error/error.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/error/error.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JError::getErrorHandling source code''' on [[jplatform:error/error.php#cl-224|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JError/11.1|JError]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Error/11.1|Error]] | ||
| + | * [[JError::getErrorHandling|Other versions of JError::getErrorHandling]] | ||
| + | {{SeeAlso:JError::getErrorHandling}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JError::getErrorHandling|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JError::getErrorHandling|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 48: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JError]][[Category:JError::getErrorHandling]]</noinclude> | <noinclude>[[Category:JError]][[Category:JError::getErrorHandling]]</noinclude> | ||
Revision as of 20:52, 27 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]
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]
User contributed notes
<CodeExamplesForm />
