JDocumentRendererComponent::render/1.5
From Joomla! Documentation
JDocumentRendererComponent::render
Description
Renders a component script and returns the results as a string.
Description:JDocumentRendererComponent::render [Edit Descripton]
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 36 of libraries/joomla/document/html/renderer/component.php
See also
-
JDocumentRendererComponent::render on api.joomla.org
-
JDocumentRendererComponent source code on JoomlaCode
-
Class JDocumentRendererComponent
-
Subpackage Document
- Other versions of JDocumentRendererComponent::render
SeeAlso:JDocumentRendererComponent::render [Edit See Also]
User contributed notes
<CodeExamplesForm />