API16

JDocumentRendererModule: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JDocumentRendererMod...
 
Doxiki (talk | contribs)
No edit summary
Line 15: Line 15:
|Renders a module script and returns the results as a string
|Renders a module script and returns the results as a string
|}
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.document.html.renderer.module' );</source>
<source lang="php">jimport( 'joomla.document.html.renderer.module' );</source>

Revision as of 10:06, 30 March 2010

[Edit Descripton] Template:Description:JDocumentRendererModule

Defined in

libraries/joomla/document/html/renderer/module.php

Methods

Method name Description
render Renders a module script and returns the results as a string

Importing

jimport( 'joomla.document.html.renderer.module' );

[Edit See Also] Template:SeeAlso:JDocumentRendererModule

Examples

<CodeExamplesForm />