JComponentHelper
From Joomla! Documentation
Helper class for the JComponent class.
Contents |
Availability
Defined in
/libraries/joomla/application/component/helper.php
Methods
| Method name | Description |
|---|---|
| getComponent | Returns the JComponent object. |
| getParams | Returns the parameters of the component in a JParameters object. |
| isEnabled | Checks if the component is enabled. |
| renderComponent | Renders the component. |
Importing
jimport( 'joomla.application.component.helper' );
