API17

JModuleHelper::renderModule: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
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/render/11.1|JDocumentRendererModule::render]]
* [[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

Joomla 11.1 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)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JModuleHelper::renderModule

Examples

<CodeExamplesForm />