API17:JDocumentRendererMessage
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/document/html/renderer/message.php | libraries/joomla/document/html/renderer/message.php | ||
| + | * see source code in [[jplatform:document/html/renderer/message.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Document/11.1|Document]] | [[Subpackage Document/11.1|Document]] | ||
| Line 24: | Line 25: | ||
<source lang="php">jimport( 'joomla.document.html.renderer.message' );</source> | <source lang="php">jimport( 'joomla.document.html.renderer.message' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JDocumentRendererMessage source code in [[jplatform:document/html/renderer/message.php|BitBucket]] | ||
* [[JDocumentRendererMessage|Other versions of this class]] | * [[JDocumentRendererMessage|Other versions of this class]] | ||
{{SeeAlso:JDocumentRendererMessage}} | {{SeeAlso:JDocumentRendererMessage}} | ||
Revision as of 17:52, 23 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.
[Edit Descripton]
JDocumentRendererMessage is responsible for rendering the error stack. It is called whenever a <jdoc:include type="message" /> statement is encountered in the document template.
Defined in
libraries/joomla/document/html/renderer/message.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| render | Renders the error stack and returns the results as a string. |
Importing
jimport( 'joomla.document.html.renderer.message' );
See also
- JDocumentRendererMessage source code in BitBucket
- Other versions of this class
SeeAlso:JDocumentRendererMessage [Edit See Also]
Examples
<CodeExamplesForm />
