Joomla! Programmierung/Framework/JDocumentRendererModule
Aus Joomla! Dokumentation
JDocumentRendererModule is responsible for rendering the output from a single module. It is called whenever a <jdoc:include type="module" /> statement is encountered in the document template.
Inhaltsverzeichnis |
[Bearbeiten] Defined in
/libraries/joomla/document/renderer/module.php
[Bearbeiten] Extends
[Bearbeiten] Methods
| Method name | Description |
|---|---|
| render | Renders the module and returns the result as a string. |
[Bearbeiten] Importing
Do not import this class directly; it is imported and instantiated by JDocument->loadRenderer.