API17

Difference between revisions of "JArchive::getAdapter"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 28: Line 28:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[extract/11.1|extract]]
+
** [[extract|extract]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JArchive::getAdapter source code''' on [[jplatform:filesystem/archive.php#cl-159|BitBucket]]
 
* {{JVer|11.1}} '''JArchive::getAdapter source code''' on [[jplatform:filesystem/archive.php#cl-159|BitBucket]]
* {{JVer|11.1}} Class [[JArchive/11.1|JArchive]]
+
* {{JVer|11.1}} Class [[API17:JArchive|JArchive]]
* {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[JArchive::getAdapter|Other versions of JArchive::getAdapter]]
+
* [[API17:JArchive::getAdapter|Other versions of JArchive::getAdapter]]
 
{{SeeAlso:JArchive::getAdapter}}
 
{{SeeAlso:JArchive::getAdapter}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 49: Line 49:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JArchive]][[Category:JArchive::getAdapter]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:43, 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 JArchive::getAdapter[edit]

Description[edit]

Get a file compression adapter.

Template:Description:JArchive::getAdapter [Edit Descripton]

public static function getAdapter ($type)
Parameter Type Default Description
$type string gzip|tar|zip).
  • Returns
  • Defined on line 167 of libraries/joomla/filesystem/archive.php
  • Since Joomla 11.1
  • Referenced by

See also[edit]

Template:SeeAlso:JArchive::getAdapter [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />