API17:JInstaller::uninstall
From Joomla! Documentation
JInstaller::uninstall
Description
Package uninstallation method.
public function uninstall (
$type
$identifier
$cid=0
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | Package type | |
| $identifier | mixed | Package identifier for adapter | |
| $cid | int | 0 | Application ID; deprecated in 1.6 |
- Returns boolean True if successful
- Defined on line 554 of libraries/joomla/installer/installer.php
- Since

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