API17:JDocumentRendererComponent::render
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 10: | Line 10: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JDocumentRendererComponent::render ($component=null, $params=array(), $content=null) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 38: | Line 38: | ||
string The output of the script | string The output of the script | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/document/html/renderer/component.php | + | libraries/joomla/document/html/renderer/component.php (line 30) |
| + | * see source code in [[jplatform:document/html/renderer/component.php#cl-30|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:23, 23 April 2011
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 (line 30)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JDocumentRendererComponent::render
Examples
<CodeExamplesForm />
