JDocumentRendererModule::render/1.5
From Joomla! Documentation
JDocumentRendererModule::render
Description
Renders a module script and returns the results as a string.
Description:JDocumentRendererModule::render [Edit Descripton]
public function render ( $module $params=array $content=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $module | string | $name The name of the module to render | |
| $params | array | array() | Associative array of values |
| $content | null |
- Returns string The output of the script
- Defined on line 36 of libraries/joomla/document/html/renderer/module.php
See also
-
JDocumentRendererModule::render on api.joomla.org
-
JDocumentRendererModule source code on JoomlaCode
-
Class JDocumentRendererModule
-
Subpackage Document
- Other versions of JDocumentRendererModule::render
SeeAlso:JDocumentRendererModule::render [Edit See Also]
User contributed notes
<CodeExamplesForm />