API17:JInstallerFile
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.
JInstallerFile
Description
Description:JInstallerFile [Edit Descripton]
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
SeeAlso:JInstallerFile [Edit See Also]
User contributed notes
<CodeExamplesForm />
