JDocumentRenderer::render/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 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

SeeAlso:JDocumentRenderer::render [Edit See Also]

User contributed notes


Personal tools