API17

Difference between revisions of "JApplicationHelper::getPath"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 36: Line 36:
 
* '''Since''' {{JVer|1.0 }}
 
* '''Since''' {{JVer|1.0 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JComponentHelper::renderComponent/11.1|JComponentHelper::renderComponent]]
+
** [[API17:JComponentHelper::renderComponent|JComponentHelper::renderComponent]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JApplicationHelper::getPath source code''' on [[jplatform:application/helper.php#cl-144|BitBucket]]
 
* {{JVer|11.1}} '''JApplicationHelper::getPath source code''' on [[jplatform:application/helper.php#cl-144|BitBucket]]
* {{JVer|11.1}} Class [[JApplicationHelper/11.1|JApplicationHelper]]
+
* {{JVer|11.1}} Class [[API17:JApplicationHelper|JApplicationHelper]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JApplicationHelper::getPath|Other versions of JApplicationHelper::getPath]]
+
* [[API17:JApplicationHelper::getPath|Other versions of JApplicationHelper::getPath]]
 
{{SeeAlso:JApplicationHelper::getPath}}
 
{{SeeAlso:JApplicationHelper::getPath}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 57: Line 57:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JApplicationHelper]][[Category:JApplicationHelper::getPath]]</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 JApplicationHelper::getPath[edit]

Description[edit]

Get a path.

Template:Description:JApplicationHelper::getPath [Edit Descripton]

public static function getPath (
        $varname
        $user_option=null
)
Parameter Type Default Description
$varname string
$user_option string null

See also[edit]

Template:SeeAlso:JApplicationHelper::getPath [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />