API17:JInstallerComponent
From Joomla! Documentation
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.
[Edit Descripton] Description:JInstallerComponent
Defined in
libraries/joomla/installer/adapters/component.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| discover | Discover unregistered extensions. |
| discover_install | Install unregistered extensions that have been discovered. |
| install | Custom install method for components. |
| loadLanguage | Custom loadLanguage method. |
| refreshManifestCache | Refreshes the extension table cache. |
| uninstall | Custom uninstall method for components. |
| update | Custom update method for components. |
| _buildAdminMenus | Method to build menu database entries for a component. |
| _removeAdminMenus | Method to remove admin menu references to a component. |
| _rollback_menu | Custom rollback method |
Importing
jimport( 'joomla.installer.adapters.component' );
See also
SeeAlso:JInstallerComponent [Edit See Also]
Examples
<CodeExamplesForm />
