JDocumentRendererModules::render/1.5
From Joomla! Documentation
JDocumentRendererModules::render
Description
Renders multiple modules script and returns the results as a string.
Description:JDocumentRendererModules::render [Edit Descripton]
public function 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 on line 36 of libraries/joomla/document/html/renderer/modules.php
See also
-
JDocumentRendererModules::render on api.joomla.org
-
JDocumentRendererModules source code on JoomlaCode
-
Class JDocumentRendererModules
-
Subpackage Document
- Other versions of JDocumentRendererModules::render
SeeAlso:JDocumentRendererModules::render [Edit See Also]
User contributed notes
<CodeExamplesForm />