API17:JDocumentRendererModule::render
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentRendererModule::render
Description
Renders a module script and returns the results as a string.
Description:JDocumentRendererModule::render [Edit Descripton]
Synopsis
public JDocumentRendererModule::render ($module, $attribs=array(), $content=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $module | string | $name The name of the module to render | |
| $attribs | array | array() | Associative array of values |
| $content | null |
Returns
string The output of the script
Defined in
libraries/joomla/document/html/renderer/module.php (line 30)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JDocumentRendererModule::render
Examples
<CodeExamplesForm />
