API17

API17:JInstallerComponent::uninstall

From Joomla! Documentation

Joomla 11.1 JInstallerComponent::uninstall

Description

Custom uninstall method for components.


public function uninstall ($id)
Parameter Type Default Description
$id int The unique extension id of the component to uninstall
  • Returns mixed Return value for uninstall method in component uninstall file
  • Defined on line 913 of libraries/joomla/installer/adapters/component.php
  • Since Joomla 1.0

See also


User contributed notes

Code Examples