API17

Difference between revisions of "JDocumentError"

From Joomla! Documentation

(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

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.

[Edit Descripton] Template:Description:JDocumentError

Defined in[edit]

libraries/joomla/document/error/error.php

Subpackage[edit]

Document

Extends[edit]

JDocument

Extended by[edit]

Methods[edit]

Method name Description
__construct Class constructor.
_loadTemplate Load a template file.
render Render the document.
renderBacktrace
setError Set error object.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JDocumentError [Edit See Also]

Examples[edit]

<CodeExamplesForm />