API17

JModuleHelper::renderModule: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Render the module.  
Render the module.  


{{subst:Description:JModuleHelper::renderModule}}
 


<source lang="php">
<source lang="php">
Line 39: Line 39:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[API17:JModuleHelper::renderModule|Other versions of JModuleHelper::renderModule]]
* [[API17:JModuleHelper::renderModule|Other versions of JModuleHelper::renderModule]]
{{subst:SeeAlso:JModuleHelper::renderModule}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JModuleHelper::renderModule
category=JModuleHelper::renderModule
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:29, 25 March 2017

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