JDocumentRendererModules
From Joomla! Documentation
Revision as of 17:43, 3 July 2009 by Chris Davenport (Talk | contribs)
JDocumentRendererModules is responsible for rendering the output from all the modules enabled for a given module position. It is called whenever a <jdoc:include type="modules" /> statement is encountered in the document template.
Contents |
Availability
Defined in
/libraries/joomla/document/renderer/modules.php
Extends
Methods
| Method name | Description |
|---|---|
| render | Renders the modules in a given modules position and returns the result as a string. |
Importing
Do not import this class directly; it is imported and instantiated by JDocument->loadRenderer.