API17

JDocumentRenderer::render

From Joomla! Documentation

Revision as of 20:23, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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.

Joomla 11.1 JDocumentRenderer::render[edit]

Description[edit]

Renders a script and returns the results as a string.

Template:Description:JDocumentRenderer::render [Edit Descripton]

Synopsis[edit]

public JDocumentRenderer::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[edit]

string The output of the script

Defined in[edit]

libraries/joomla/document/renderer.php (line 58)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JDocumentRenderer::render

Examples[edit]

<CodeExamplesForm />