API16

API16:JDocumentRenderer/render

From Joomla! Documentation

Description

Renders a script and returns the results as a string


<! removed transcluded page call, red link never existed >

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)
{

}


<! removed transcluded page call, red link never existed >

Examples

Code Examples