API17

API17:JInstallerHelper::cleanupInstall

From Joomla! Documentation

Joomla 11.1 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
  • Returns boolean True on success
  • Defined on line 250 of libraries/joomla/installer/helper.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples