API17

Difference between revisions of "JDocumentError"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JDocumentError==
 
=={{JVer|11.1}} JDocumentError==
 
===Description===
 
===Description===
{{Description:JDocumentError}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDocumentError|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentError::_loadTemplate/11.1|_loadTemplate]]
+
|[[API17:JDocumentError::_loadTemplate|_loadTemplate]]
 
|Load a template file.  
 
|Load a template file.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentError::render/11.1|render]]
+
|[[API17:JDocumentError::render|render]]
 
|Render the document.  
 
|Render the document.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentError::renderBacktrace/11.1|renderBacktrace]]
+
|[[API17:JDocumentError::renderBacktrace|renderBacktrace]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentError::setError/11.1|setError]]
+
|[[API17:JDocumentError::setError|setError]]
 
|Set error object.  
 
|Set error object.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JDocumentError::__construct/11.1|__construct]]
+
|[[API17:JDocumentError::__construct|__construct]]
 
|Class constructor.  
 
|Class constructor.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/document/error/error.php
 
* '''Defined in''' libraries/joomla/document/error/error.php
* '''Extends''' [[JDocument/11.1|JDocument]]
+
* '''Extends''' [[API17:JDocument|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===
 
* {{JVer|11.1}} '''JDocumentError source code''' on [[jplatform:document/error/error.php|BitBucket]]
 
* {{JVer|11.1}} '''JDocumentError source code''' on [[jplatform:document/error/error.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
* [[JDocumentError|Other versions of JDocumentError]]
+
* [[API17:JDocumentError|Other versions of JDocumentError]]
{{SeeAlso:JDocumentError}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentError|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JDocumentError
 
category=JDocumentError
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 57: Line 53:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JDocumentError]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:52, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDocumentError[edit]

Description[edit]

Methods[edit]

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[edit]

jimport( 'joomla.document.error.error' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]