API17:JModuleHelper::renderModule
From Joomla! Documentation
JModuleHelper::renderModule
Description
Render the module.
Template:Description:JModuleHelper::renderModule [Edit Descripton]
Synopsis
public static JModuleHelper::renderModule ($module, $attribs=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $module | object | A module object. | |
| $attribs | array | array() | An array of attributes for the module (probably from the XML). |
Returns
string The HTML content of the module output.
Defined in
libraries/joomla/application/module/helper.php (line 128)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JModuleHelper::renderModule
Examples
<CodeExamplesForm />