JDocumentRendererComponent
From Joomla! Documentation
(Difference between revisions)
(New page: '''JDocumentRendererComponent''' is responsible for rendering the output from a component. It is called whenever a <code><jdoc:include type="component" /></code> statement is encountered ...) |
m (Added availability section.) |
||
| Line 1: | Line 1: | ||
'''JDocumentRendererComponent''' is responsible for rendering the output from a component. It is called whenever a <code><jdoc:include type="component" /></code> statement is encountered in the document template. | '''JDocumentRendererComponent''' is responsible for rendering the output from a component. It is called whenever a <code><jdoc:include type="component" /></code> statement is encountered in the document template. | ||
| + | |||
| + | ===Availability=== | ||
| + | {{JVer|1.5}} {{JVer|1.6}} | ||
===Defined in=== | ===Defined in=== | ||
Revision as of 17:40, 3 July 2009
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.