JComponentHelper/1.5
From Joomla! Documentation
< JComponentHelper(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JComponentHelper== | ||
| + | ===Description=== | ||
| + | {{Description:JComponentHelper}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JComponentHelper|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JComponentHelper|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JComponentHelper::_load/1.5|_load]] | |[[JComponentHelper::_load/1.5|_load]] | ||
|Load components. | |Load components. | ||
|- | |- | ||
| + | |public | ||
|[[JComponentHelper::getComponent/1.5|getComponent]] | |[[JComponentHelper::getComponent/1.5|getComponent]] | ||
|Get the component info. | |Get the component info. | ||
|- | |- | ||
| + | |public | ||
|[[JComponentHelper::getParams/1.5|getParams]] | |[[JComponentHelper::getParams/1.5|getParams]] | ||
|Gets the parameter object for the component. | |Gets the parameter object for the component. | ||
|- | |- | ||
| + | |public | ||
|[[JComponentHelper::isEnabled/1.5|isEnabled]] | |[[JComponentHelper::isEnabled/1.5|isEnabled]] | ||
|Checks if the component is enabled. | |Checks if the component is enabled. | ||
|- | |- | ||
| + | |public | ||
|[[JComponentHelper::renderComponent/1.5|renderComponent]] | |[[JComponentHelper::renderComponent/1.5|renderComponent]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/application/component/helper.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.application.component.helper' );</source> | <source lang="php">jimport( 'joomla.application.component.helper' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JComponentHelper''' on [http://api.joomla.org/Joomla-Framework/Application/JComponentHelper.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JComponentHelper source code''' on [[jframework15:application/component/helper.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Application/1.5|Application]] | ||
| + | * [[JComponentHelper|Other versions of JComponentHelper]] | ||
| + | {{SeeAlso:JComponentHelper}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JComponentHelper|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JComponentHelper|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 49: | Line 54: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JComponentHelper]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JComponentHelper]]</noinclude> | ||
Revision as of 18:06, 25 April 2011
JComponentHelper
Description
Description:JComponentHelper [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _load | Load components. |
| public | getComponent | Get the component info. |
| public | getParams | Gets the parameter object for the component. |
| public | isEnabled | Checks if the component is enabled. |
| public | renderComponent |
- Defined in libraries/joomla/application/component/helper.php
Importing
jimport( 'joomla.application.component.helper' );
See also
-
JComponentHelper on api.joomla.org
-
JComponentHelper source code on JoomlaCode
-
Subpackage Application
- Other versions of JComponentHelper
SeeAlso:JComponentHelper [Edit See Also]
User contributed notes
<CodeExamplesForm />