JComponentHelper/1.6
From Joomla! Documentation
JComponentHelper
Description
Description:JComponentHelper [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | getComponent | Get the component information. |
| public static | getParams | Gets the parameter object for the component. |
| public static | isEnabled | Checks if the component is enabled. |
| public static | renderComponent | Render the component. |
| protected static | _load | Load the installed components into the _components property. |
- Defined in libraries/joomla/application/component/helper.php
Importing
jimport( 'joomla.application.component.helper' );
See also
JComponentHelper source code on JoomlaCode
Subpackage Application- Other versions of JComponentHelper
SeeAlso:JComponentHelper [Edit See Also]