API17:JDocumentError
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JDocumentError== | ||
| + | ===Description=== | ||
| + | {{Description:JDocumentError}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDocumentError|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentError|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| − | | | + | |public |
| − | + | ||
| − | + | ||
|[[JDocumentError::_loadTemplate/11.1|_loadTemplate]] | |[[JDocumentError::_loadTemplate/11.1|_loadTemplate]] | ||
|Load a template file. | |Load a template file. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentError::render/11.1|render]] | |[[JDocumentError::render/11.1|render]] | ||
|Render the document. | |Render the document. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentError::renderBacktrace/11.1|renderBacktrace]] | |[[JDocumentError::renderBacktrace/11.1|renderBacktrace]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentError::setError/11.1|setError]] | |[[JDocumentError::setError/11.1|setError]] | ||
|Set error object. | |Set error object. | ||
| + | |- | ||
| + | |protected | ||
| + | |[[JDocumentError::__construct/11.1|__construct]] | ||
| + | |Class constructor. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/error/error.php | ||
| + | * '''Extends''' [[JDocument/11.1|JDocument]] | ||
===Importing=== | ===Importing=== | ||
<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 | + | * {{JVer|11.1}} '''JDocumentError source code''' on [[jplatform:document/error/error.php|BitBucket]] |
| − | * [[JDocumentError|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]] |
| + | * [[JDocumentError|Other versions of JDocumentError]] | ||
{{SeeAlso:JDocumentError}} | {{SeeAlso:JDocumentError}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentError|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentError|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 54: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentError]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentError]]</noinclude> | ||
Revision as of 17:58, 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.
JDocumentError
Description
Description:JDocumentError [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _loadTemplate | Load a template file. |
| public | render | Render the document. |
| public | renderBacktrace | |
| public | setError | Set error object. |
| protected | __construct | Class constructor. |
- Defined in libraries/joomla/document/error/error.php
- Extends JDocument
Importing
jimport( 'joomla.document.error.error' );
See also
-
JDocumentError source code on BitBucket
-
Subpackage Document
- Other versions of JDocumentError
SeeAlso:JDocumentError [Edit See Also]
User contributed notes
<CodeExamplesForm />
