API17:JInstallerComponent
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/installer/adapters/component.php | libraries/joomla/installer/adapters/component.php | ||
| + | * see source code in [[jplatform:installer/adapters/component.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Installer/11.1|Installer]] | [[Subpackage Installer/11.1|Installer]] | ||
| Line 52: | Line 53: | ||
<source lang="php">jimport( 'joomla.installer.adapters.component' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.component' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JInstallerComponent source code in [[jplatform:installer/adapters/component.php|BitBucket]] | ||
* [[JInstallerComponent|Other versions of this class]] | * [[JInstallerComponent|Other versions of this class]] | ||
{{SeeAlso:JInstallerComponent}} | {{SeeAlso:JInstallerComponent}} | ||
Revision as of 17:58, 23 April 2011
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
- see source code in BitBucket
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
- JInstallerComponent source code in BitBucket
- Other versions of this class
SeeAlso:JInstallerComponent [Edit See Also]
Examples
<CodeExamplesForm />
