API17

Difference between revisions of "JModuleHelper::renderModule"

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/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 21:00, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JModuleHelper::renderModule[edit]

Description[edit]

Render the module.

Template:Description:JModuleHelper::renderModule [Edit Descripton]

Synopsis[edit]

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[edit]

string The HTML content of the module output.

Defined in[edit]

libraries/joomla/application/module/helper.php (line 128)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JModuleHelper::renderModule

Examples[edit]

<CodeExamplesForm />