API17:JInstallerHelper::cleanupInstall
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInstallerHelper::cleanupInstall
Description
Clean up temporary uploaded package and unpacked extension.
Description:JInstallerHelper::cleanupInstall [Edit Descripton]
Since
Synopsis
public static JInstallerHelper::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 in
libraries/joomla/installer/helper.php (line 245)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JInstallerHelper::cleanupInstall
Examples
<CodeExamplesForm />
