API17

Difference between revisions of "JInstallerHelper::cleanupInstall"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 37: Line 37:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JInstallerHelper::cleanupInstall source code''' on [[jplatform:installer/helper.php#cl-242|BitBucket]]
 
* {{JVer|11.1}} '''JInstallerHelper::cleanupInstall source code''' on [[jplatform:installer/helper.php#cl-242|BitBucket]]
* {{JVer|11.1}} Class [[JInstallerHelper/11.1|JInstallerHelper]]
+
* {{JVer|11.1}} Class [[API17:JInstallerHelper|JInstallerHelper]]
* {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* [[JInstallerHelper::cleanupInstall|Other versions of JInstallerHelper::cleanupInstall]]
+
* [[API17:JInstallerHelper::cleanupInstall|Other versions of JInstallerHelper::cleanupInstall]]
 
{{SeeAlso:JInstallerHelper::cleanupInstall}}
 
{{SeeAlso:JInstallerHelper::cleanupInstall}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:01, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInstallerHelper::cleanupInstall[edit]

Description[edit]

Clean up temporary uploaded package and unpacked extension.

Template:Description:JInstallerHelper::cleanupInstall [Edit Descripton]

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[edit]

Template:SeeAlso:JInstallerHelper::cleanupInstall [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />