API17:JModuleHelper::renderModule
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JModuleHelper::renderModule
Description
Render the module.
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
SeeAlso:JModuleHelper::renderModule
Examples
<CodeExamplesForm />
