JDocumentError/1.5
From Joomla! Documentation
< JDocumentError(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 39: | Line 39: | ||
<source lang="php">jimport( 'joomla.document.error.error' );</source> | <source lang="php">jimport( 'joomla.document.error.error' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JDocumentError''' on [http://api.joomla.org/Joomla-Framework/Document/JDocumentError.html api.joomla.org] | + | * {{JVer|1.5}} '''JDocumentError''' on [http://api.joomla.org/1.5/Joomla-Framework/Document/JDocumentError.html api.joomla.org] |
* {{JVer|1.5}} '''JDocumentError source code''' on [[jframework15:document/error/error.php|JoomlaCode]] | * {{JVer|1.5}} '''JDocumentError source code''' on [[jframework15:document/error/error.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | * {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | ||
Latest revision as of 14:17, 13 February 2013
[edit]
JDocumentError
[edit] Description
Description:JDocumentError [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Class constructor. |
| public | _loadTemplate | Load a template file. |
| public | render | Render the document. |
| public | renderBacktrace | |
| public | setError | Set error object. |
- Defined in libraries/joomla/document/error/error.php
- Extends JDocument
[edit] Importing
jimport( 'joomla.document.error.error' );
[edit] See also
-
JDocumentError on api.joomla.org
-
JDocumentError source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentError
SeeAlso:JDocumentError [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />