API17:JInstallerComponent
From Joomla! Documentation
Revision as of 13:54, 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.
JInstallerComponent
Description
Description:JInstallerComponent [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | discover | Discover unregistered extensions. |
| public | discover_install | Install unregistered extensions that have been discovered. |
| public | install | Custom install method for components. |
| public | loadLanguage | Custom loadLanguage method. |
| public | refreshManifestCache | Refreshes the extension table cache. |
| public | uninstall | Custom uninstall method for components. |
| public | update | Custom update method for components. |
| protected | _buildAdminMenus | Method to build menu database entries for a component. |
| protected | _removeAdminMenus | Method to remove admin menu references to a component. |
| protected | _rollback_menu | Custom rollback method |
- Defined in libraries/joomla/installer/adapters/component.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.component' );
See also
-
JInstallerComponent source code on BitBucket
-
Subpackage Installer
- Other versions of JInstallerComponent
SeeAlso:JInstallerComponent [Edit See Also]
User contributed notes
<CodeExamplesForm />
