API17:JError::registerErrorLevel
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 38: | Line 38: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/error/error.php | + | libraries/joomla/error/error.php (line 337) |
| + | * see source code in [[jplatform:error/error.php#cl-337|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:27, 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::registerErrorLevel
Description
Method to register a new error level for handling errors.
Description:JError::registerErrorLevel [Edit Descripton]
Synopsis
public static JError::registerErrorLevel ($level, $name, $handler= 'ignore')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $level | |||
| $name | |||
| $handler | 'ignore' |
Returns
Defined in
libraries/joomla/error/error.php (line 337)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JError::registerErrorLevel
Examples
<CodeExamplesForm />
