JDocumentRendererComponent
From Joomla! Documentation
JDocumentRendererComponent is responsible for rendering the output from a component. It is called whenever a <jdoc:include type="component" /> statement is encountered in the document template.
Contents |
Availability
Defined in
/libraries/joomla/document/renderer/component.php
Extends
Methods
| Method name | Description |
|---|---|
| render | Renders the component and returns the result as a string. |
Importing
Do not import this class directly; it is imported and instantiated by JDocument->loadRenderer.
