API17:JDocumentRendererModules::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.
JDocumentRendererModules::render
Description
Renders multiple modules script and returns the results as a string.
Description:JDocumentRendererModules::render [Edit Descripton]
Synopsis
public JDocumentRendererModules::render ($position, $params=array(), $content=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $position | string | $name The position of the modules to render | |
| $params | array | array() | Associative array of values |
| $content | null |
Returns
string The output of the script
Defined in
libraries/joomla/document/html/renderer/modules.php (line 29)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JDocumentRendererModules::render
Examples
<CodeExamplesForm />
