API17

Difference between revisions of "JArchive::getAdapter"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JArchive::getAdapter|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JArchive::getAdapter|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JArchive::getAdapter ($type)
+
public static function getAdapter ($type)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 167 of libraries/joomla/filesystem/archive.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/filesystem/archive.php (line 162)
+
* '''Referenced by'''
* see source code in [[jplatform:filesystem/archive.php#cl-162|BitBucket]]
+
** [[extract/11.1|extract]]
===Referenced by===
 
* [[extract/11.1|extract]]
 
 
===See also===
 
===See also===
 +
* {{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}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]]
 +
* [[JArchive::getAdapter|Other versions of JArchive::getAdapter]]
 +
{{SeeAlso:JArchive::getAdapter}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JArchive::getAdapter|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JArchive::getAdapter|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JArchive/11.1|JArchive]]
+
===User contributed notes===
* [[JArchive::getAdapter|Other versions of this method]]
 
{{SeeAlso:JArchive::getAdapter}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 49: Line 46:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JArchive]][[Category:JArchive::getAdapter]]</noinclude>
 
<noinclude>[[Category:JArchive]][[Category:JArchive::getAdapter]]</noinclude>

Revision as of 20:09, 27 April 2011

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 />