API17:JInstallerLibrary
From Joomla! Documentation
JInstallerLibrary
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | discover | Custom discover method. |
| public | discover_install | Custom discover_install method. |
| public | install | Custom install method. |
| public | loadLanguage | Custom loadLanguage method. |
| public | refreshManifestCache | Refreshes the extension table cache. |
| public | uninstall | Custom uninstall method. |
| public | update | Custom update method. |
- Defined in libraries/joomla/installer/adapters/library.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.library' );
See also
JInstallerLibrary source code on BitBucket
Subpackage Installer- Other versions of JInstallerLibrary
User contributed notes
Code Examples