API17:JDocumentError
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/document/error/error.php | libraries/joomla/document/error/error.php | ||
| + | * see source code in [[jplatform:document/error/error.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Document/11.1|Document]] | [[Subpackage Document/11.1|Document]] | ||
| Line 36: | Line 37: | ||
<source lang="php">jimport( 'joomla.document.error.error' );</source> | <source lang="php">jimport( 'joomla.document.error.error' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JDocumentError source code in [[jplatform:document/error/error.php|BitBucket]] | ||
* [[JDocumentError|Other versions of this class]] | * [[JDocumentError|Other versions of this class]] | ||
{{SeeAlso:JDocumentError}} | {{SeeAlso:JDocumentError}} | ||
Revision as of 17:51, 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.
[Edit Descripton] Description:JDocumentError
Defined in
libraries/joomla/document/error/error.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Class constructor. |
| _loadTemplate | Load a template file. |
| render | Render the document. |
| renderBacktrace | |
| setError | Set error object. |
Importing
jimport( 'joomla.document.error.error' );
See also
- JDocumentError source code in BitBucket
- Other versions of this class
SeeAlso:JDocumentError [Edit See Also]
Examples
<CodeExamplesForm />
