JDocumentRendererMessage
From Joomla! Documentation
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 |
Availability
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.
