API17

API17:JInstaller::uninstall

From Joomla! Documentation

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

See also


User contributed notes

Code Examples