API17:JComponentHelper
From Joomla! Documentation
Revision as of 13:32, 29 August 2012 by JoomlaWikiBot (Talk | contribs)
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.
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 BitBucket
-
Subpackage Application
- Other versions of JComponentHelper
SeeAlso:JComponentHelper [Edit See Also]
User contributed notes
<CodeExamplesForm />
