JDocumentRendererComponent::render
Renders a component script and returns the results as a string
Signature
public function render([string
$component = null,
[array
$params = null,
[string
$content = null]]] )
Parameters
-
$component
- The name of the component to render
-
$params
- Associative array of values
-
$content
- Content script
Returns
- string
- The output of the script