JDocumentRenderer::render/1.5
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=array $content=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the element to render | |
| $params | array | array() | $array Array of values |
| $content | string | null | Override the output of the renderer |
- Returns string The output of the script
- Defined on line 65 of libraries/joomla/document/renderer.php
See also
-
JDocumentRenderer::render on api.joomla.org
-
JDocumentRenderer source code on JoomlaCode
-
Class JDocumentRenderer
-
Subpackage Document
- Other versions of JDocumentRenderer::render
SeeAlso:JDocumentRenderer::render [Edit See Also]
User contributed notes
<CodeExamplesForm />