API17:JDocumentRendererComponent::render
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentRendererComponent::render
Description
Renders a component script and returns the results as a string.
Description:JDocumentRendererComponent::render [Edit Descripton]
Synopsis
public JDocumentRendererComponent->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 in
libraries/joomla/document/html/renderer/component.php
Referenced by
See also
SeeAlso:JDocumentRendererComponent::render
Examples
<CodeExamplesForm />
