API15: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 13: | Line 13: | ||
|- | |- | ||
|[[API15:JComponentHelper/getComponent|getComponent]] | |[[API15:JComponentHelper/getComponent|getComponent]] | ||
| − | |Get the component | + | |Get the component info |
|- | |- | ||
|[[API15:JComponentHelper/isEnabled|isEnabled]] | |[[API15:JComponentHelper/isEnabled|isEnabled]] | ||
| Line 22: | Line 22: | ||
|- | |- | ||
|[[API15:JComponentHelper/renderComponent|renderComponent]] | |[[API15:JComponentHelper/renderComponent|renderComponent]] | ||
| − | | | + | | |
|} | |} | ||
===Importing=== | ===Importing=== | ||
Revision as of 17:09, 22 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 |
Defined in
libraries/joomla/application/component/helper.php
Methods
| Method name | Description |
|---|---|
| getComponent | Get the component info |
| isEnabled | Checks if the component is enabled |
| getParams | Gets the parameter object for the component |
| renderComponent |
Importing
jimport( 'joomla.application.component.helper' );
[Edit See Also] SeeAlso:JComponentHelper
Examples
<CodeExamplesForm />
