Joomla! Programmierung/Framework/JDocumentRendererModules
Aus Joomla! Dokumentation
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.
Inhaltsverzeichnis |
[Bearbeiten] Defined in
/libraries/joomla/document/renderer/modules.php
[Bearbeiten] Extends
[Bearbeiten] Methods
| Method name | Description |
|---|---|
| render | Renders the modules in a given modules position and returns the result as a string. |
[Bearbeiten] Importing
Do not import this class directly; it is imported and instantiated by JDocument->loadRenderer.