API17

Difference between revisions of "JDocumentError"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|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}}
 
{{SeeAlso:JDocumentError}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:28, 11 May 2013

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]

Template:Description:JDocumentError [Edit Descripton]

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]

Template:SeeAlso:JDocumentError [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />