Joomla! Programmierung/Framework/JComponentHelper
Aus Joomla! Dokumentation
Helper class for the JComponent class.
Inhaltsverzeichnis |
[Bearbeiten] Defined in
/libraries/joomla/application/component/helper.php
[Bearbeiten] 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. |
[Bearbeiten] Importing
jimport( 'joomla.application.component.helper' );