API17:JInstallerTemplate::uninstall
From Joomla! Documentation
JInstallerTemplate::uninstall
Description
Custom uninstall method.
public function uninstall ($id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | int | The extension ID |
- Returns boolean True on success
- Defined on line 265 of libraries/joomla/installer/adapters/template.php
- Since

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