JDocumentRendererMessage
From Joomla! Documentation
Revision as of 05:55, 8 September 2008 by Chris Davenport (Talk | contribs)
JDocumentRendererError is responsible for rendering the error stack. It is called whenever a <jdoc:include type="message" /> statement is encountered in the document template.
Contents |
Defined in
/libraries/joomla/document/renderer/message.php
Extends
Methods
| Method name | Description |
|---|---|
| render | Renders the error stack and returns the result as a string. |
Importing
Do not import this class directly; it is imported and instantiated by JDocument->loadRenderer.