API16:JComponentHelper
From Joomla! Documentation
[Edit Descripton] Description:JComponentHelper
Contents |
Defined in
libraries/joomla/application/component/helper.php
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. |
Importing
jimport( 'joomla.application.component.helper' );
[Edit See Also] SeeAlso:JComponentHelper