API17:JInstallerPackage
From Joomla! Documentation
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:JInstallerPackage
Defined in
libraries/joomla/installer/adapters/package.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| install | Custom install method. |
| loadLanguage | |
| refreshManifestCache | Refreshes the extension table cache. |
| uninstall | Custom uninstall method. |
| update | Updates a package The only difference between an update and a full install is how we handle the database. |
Importing
jimport( 'joomla.installer.adapters.package' );
See also
SeeAlso:JInstallerPackage [Edit See Also]
Examples
<CodeExamplesForm />
