JDocumentRendererModule/1.5
From Joomla! Documentation
JDocumentRendererModule
Description
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.
[Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | render | Renders a module script and returns the results as a string. |
- Defined in libraries/joomla/document/html/renderer/module.php
- Extends JDocumentRenderer
Importing
jimport( 'joomla.document.html.renderer.module' );
See also
-
JDocumentRendererModule on api.joomla.org
-
JDocumentRendererModule source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentRendererModule
SeeAlso:JDocumentRendererModule [Edit See Also]
User contributed notes
<CodeExamplesForm />