API17

API17:JModuleHelper::renderModule

From Joomla! Documentation

Revision as of 02:00, 24 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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 />