uninstall() public method

Runs on uninstallation
public uninstall ( JInstallerAdapterComponent $parent )
$parent JInstallerAdapterComponent The parent object
コード例 #1
0
 public function uninstall($parent)
 {
     // Remove the update sites for this component on installation. The update sites are now handled at the package
     // level.
     $this->removeObsoleteUpdateSites($parent);
     parent::uninstall($parent);
 }