API16:JComponentHelper
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JComponentHelper}}
===De...) |
|||
| Line 24: | Line 24: | ||
|Render the component. | |Render the component. | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.application.component.helper' );</source> | <source lang="php">jimport( 'joomla.application.component.helper' );</source> | ||
Latest revision as of 04:57, 30 March 2010
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.
[Edit Descripton] Description:JComponentHelper
Contents |
[edit] Defined in
libraries/joomla/application/component/helper.php
[edit] Methods
| Method name | Description |
|---|---|
| getComponent | Get the component information. |
| isEnabled | Checks if the component is enabled |
| getParams | Gets the parameter object for the component |
| renderComponent | Render the component. |
[edit] Importing
jimport( 'joomla.application.component.helper' );
[Edit See Also] SeeAlso:JComponentHelper
[edit] Examples
<CodeExamplesForm />
