API17:JInstallerHelper::cleanupInstall
From Joomla! Documentation
JInstallerHelper::cleanupInstall
Description
Clean up temporary uploaded package and unpacked extension.
public static function cleanupInstall (
$package
$resultdir
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $package | string | Path to the uploaded package file | |
| $resultdir | string | Path to the unpacked extension |
See also
JInstallerHelper::cleanupInstall source code on BitBucket
Class JInstallerHelper
Subpackage Installer- Other versions of JInstallerHelper::cleanupInstall
User contributed notes
Code Examples