API17:JInstallerFile
From Joomla! Documentation
JInstallerFile
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| 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/file.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.file' );
See also
JInstallerFile source code on BitBucket
Subpackage Installer- Other versions of JInstallerFile
User contributed notes
Code Examples