JDocumentRenderer::render/1.6
From Joomla! Documentation
JDocumentRenderer::render
Description
Renders a script and returns the results as a string.
Description:JDocumentRenderer::render [Edit Descripton]
public function render ( $name $params=null $content=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the element to render | |
| $params | array | null | $array Array of values |
| $content | string | null | Override the output of the renderer |
- Returns string The output of the script
- Defined on line 58 of libraries/joomla/document/renderer.php
See also
JDocumentRenderer source code on JoomlaCode
Class JDocumentRenderer
Subpackage Document- Other versions of JDocumentRenderer::render
SeeAlso:JDocumentRenderer::render [Edit See Also]