API17:JInstallerPackage::uninstall
From Joomla! Documentation
JInstallerPackage::uninstall
Description
Custom uninstall method.
public function uninstall ($id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | int | The id of the package to uninstall |
- Returns boolean True on success
- Defined on line 199 of libraries/joomla/installer/adapters/package.php
- Since

See also
JInstallerPackage::uninstall source code on BitBucket
Class JInstallerPackage
Subpackage Installer- Other versions of JInstallerPackage::uninstall
User contributed notes
Code Examples