API17

Difference between revisions of "JInstallerHelper::detectType"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 30: Line 30:
 
mixed Extension type string or boolean false on fail
 
mixed Extension type string or boolean false on fail
 
===Defined in===
 
===Defined in===
libraries/joomla/installer/helper.php
+
libraries/joomla/installer/helper.php (line 182)
 +
* see source code in [[jplatform:installer/helper.php#cl-182|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JInstallerPackage/install/11.1|JInstallerPackage::install]]
+
* [[JInstallerPackage::install/11.1|JInstallerPackage::install]]
 
===See also===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:48, 23 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 JInstallerHelper::detectType[edit]

Description[edit]

Method to detect the extension type from a package directory.

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

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JInstallerHelper::detectType ($p_dir)
Parameter Type Default Description
$p_dir string Path to package directory

Returns[edit]

mixed Extension type string or boolean false on fail

Defined in[edit]

libraries/joomla/installer/helper.php (line 182)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JInstallerHelper::detectType

Examples[edit]

<CodeExamplesForm />