JModuleHelper::renderModule: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 33: | Line 33: | ||
string The HTML content of the module output. | string The HTML content of the module output. | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/application/module/helper.php | libraries/joomla/application/module/helper.php (line 128) | ||
* see source code in [[jplatform:application/module/helper.php#cl-128|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
* [[JDocumentRendererModule | * [[JDocumentRendererModule::render/11.1|JDocumentRendererModule::render]] | ||
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 02:00, 24 April 2011
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 />