API17:JComponentHelper::renderComponent
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JComponentHelper::renderComponent|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JComponentHelper::renderComponent|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function renderComponent ( |
| + | $option | ||
| + | $params=array | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' void | |
| − | void | + | * '''Defined''' on line 96 of libraries/joomla/application/component/helper.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/application/component/helper.php | + | * '''Referenced by''' |
| − | + | ** [[JApplication::dispatch/11.1|JApplication::dispatch]] | |
| − | * [[JApplication | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JComponentHelper::renderComponent source code''' on [[jplatform:application/component/helper.php#cl-88|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JComponentHelper/11.1|JComponentHelper]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]] | ||
| + | * [[JComponentHelper::renderComponent|Other versions of JComponentHelper::renderComponent]] | ||
| + | {{SeeAlso:JComponentHelper::renderComponent}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JComponentHelper::renderComponent|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JComponentHelper::renderComponent|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 53: | Line 54: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JComponentHelper]][[Category:JComponentHelper::renderComponent]]</noinclude> | <noinclude>[[Category:JComponentHelper]][[Category:JComponentHelper::renderComponent]]</noinclude> | ||
Revision as of 20:21, 27 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.
JComponentHelper::renderComponent
Description
Render the component.
Description:JComponentHelper::renderComponent [Edit Descripton]
public static function renderComponent ( $option $params=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $option | string | The component option. | |
| $params | array() |
- Returns void
- Defined on line 96 of libraries/joomla/application/component/helper.php
- Since
- Referenced by
See also
-
JComponentHelper::renderComponent source code on BitBucket
-
Class JComponentHelper
-
Subpackage Application
- Other versions of JComponentHelper::renderComponent
SeeAlso:JComponentHelper::renderComponent [Edit See Also]
User contributed notes
<CodeExamplesForm />
