API17

API17:JModuleHelper::renderModule

From Joomla! Documentation

Revision as of 03:29, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JModuleHelper::renderModule

Description

Render the module.


public static function 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 on line 128 of libraries/joomla/application/module/helper.php
  • Referenced by

See also


User contributed notes

Code Examples