API17

API17:JInstallerPackage::uninstall

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples