API16:JDocumentRenderer/render
From Joomla! Documentation
Description
Renders a script and returns the results as a string
Template:Description:JDocumentRenderer/render
Syntax
render($name, $params=array(), $content=null)
| Parameter Name | Default Value | Description |
|---|---|---|
| $name | $name The name of the element to render | |
| $params | array() | $array Array of values |
| $content | null | $content Override the output of the renderer |
Returns
string The output of the script
Defined in
libraries/joomla/document/renderer.php
Importing
jimport( 'joomla.document.renderer' );
Source Body
function render($name, $params = array(), $content = null)
{
}
[Edit See Also] Template:SeeAlso:JDocumentRenderer/render
Examples
<CodeExamplesForm />