API17

API17:JDocumentRendererComponent::render

From Joomla! Documentation

Joomla 11.1 JDocumentRendererComponent::render

Description

Renders a component script and returns the results as a string.


public function render (
        $component=null
        $params=array
        $content=null
)
Parameter Type Default Description
$component string null The name of the component to render
$params array array() Associative array of values
$content null
  • Returns string The output of the script
  • Defined on line 30 of libraries/joomla/document/html/renderer/component.php

See also


User contributed notes

Code Examples