API17

Difference between revisions of "JInstallerHelper"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JInstallerHelper::cleanupInstall/11.1|cleanupInstall]]
+
|[[API17:JInstallerHelper::cleanupInstall|cleanupInstall]]
 
|Clean up temporary uploaded package and unpacked extension.  
 
|Clean up temporary uploaded package and unpacked extension.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JInstallerHelper::detectType/11.1|detectType]]
+
|[[API17:JInstallerHelper::detectType|detectType]]
 
|Method to detect the extension type from a package directory.  
 
|Method to detect the extension type from a package directory.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JInstallerHelper::downloadPackage/11.1|downloadPackage]]
+
|[[API17:JInstallerHelper::downloadPackage|downloadPackage]]
 
|Downloads a package.  
 
|Downloads a package.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JInstallerHelper::getFilenameFromURL/11.1|getFilenameFromURL]]
+
|[[API17:JInstallerHelper::getFilenameFromURL|getFilenameFromURL]]
 
|Gets a file name out of a url.  
 
|Gets a file name out of a url.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JInstallerHelper::splitSql/11.1|splitSql]]
+
|[[API17:JInstallerHelper::splitSql|splitSql]]
 
|Splitsql.  
 
|Splitsql.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JInstallerHelper::unpack/11.1|unpack]]
+
|[[API17:JInstallerHelper::unpack|unpack]]
 
|Unpacks a file and verifies it as a Joomla element package Supports .gz .tar .tar.gz and .zip.  
 
|Unpacks a file and verifies it as a Joomla element package Supports .gz .tar .tar.gz and .zip.  
 
|-
 
|-
Line 43: Line 43:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JInstallerHelper source code''' on [[jplatform:installer/helper.php|BitBucket]]
 
* {{JVer|11.1}} '''JInstallerHelper source code''' on [[jplatform:installer/helper.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Installer/11.1|Installer]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Installer|Installer]]
* [[JInstallerHelper|Other versions of JInstallerHelper]]
+
* [[API17:JInstallerHelper|Other versions of JInstallerHelper]]
 
{{SeeAlso:JInstallerHelper}}
 
{{SeeAlso:JInstallerHelper}}
 
<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[edit]

Description[edit]

Template:Description:JInstallerHelper [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static cleanupInstall Clean up temporary uploaded package and unpacked extension.
public static detectType Method to detect the extension type from a package directory.
public static downloadPackage Downloads a package.
public static getFilenameFromURL Gets a file name out of a url.
public static splitSql Splitsql.
public static unpack Unpacks a file and verifies it as a Joomla element package Supports .gz .tar .tar.gz and .zip.
  • Defined in libraries/joomla/installer/helper.php

Importing[edit]

jimport( 'joomla.installer.helper' );

See also[edit]

Template:SeeAlso:JInstallerHelper [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />