API17:JDocumentRendererModules::render
From Joomla! Documentation
JDocumentRendererModules::render
Description
Renders multiple modules script and returns the results as a string.
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 29 of libraries/joomla/document/html/renderer/modules.php
See also
JDocumentRendererModules::render source code on BitBucket
Class JDocumentRendererModules
Subpackage Document- Other versions of JDocumentRendererModules::render
User contributed notes
Code Examples