JDocumentRendererModules::render
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDocumentRendererModules::render[edit]
Description[edit]
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[edit]
JDocumentRendererModules::render source code on BitBucket
Class JDocumentRendererModules
Subpackage Document
- Other versions of JDocumentRendererModules::render
User contributed notes[edit]
Code Examples[edit]