JComponentHelper: Difference between revisions
From Joomla! Documentation
No edit summary |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JComponentHelper}} | |||
{{Description:JComponentHelper}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 28: | Line 25: | ||
<source lang="php">jimport( 'joomla.application.component.helper' );</source> | <source lang="php">jimport( 'joomla.application.component.helper' );</source> | ||
{{subst:SeeAlso:JComponentHelper}} | |||
{{SeeAlso:JComponentHelper}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 13:15, 24 March 2017
{{subst:Description:JComponentHelper}}
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' );
{{subst:SeeAlso:JComponentHelper}}
Examples
<CodeExamplesForm />