API15: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.
Contents |
Description
Renders a component script and returns the results as a string
Description:JDocumentRendererComponent/render
Syntax
render($component=null, $params=array(), $content=null)
| Parameter Name | Default Value | Description |
|---|---|---|
| $component | null | $component The name of the component to render |
| $params | array() | $params Associative array of values |
| $content | null |
Returns
string The output of the script
Defined in
libraries/joomla/document/html/renderer/component.php
Importing
jimport( 'joomla.document.html.renderer.component' );
Source Body
function render( $component = null, $params = array(), $content = null ) { return $content; }
[Edit See Also] SeeAlso:JDocumentRendererComponent/render
Examples
<CodeExamplesForm />
