API17

Difference between revisions of "JApplicationHelper::getPath"

From Joomla! Documentation

(Layout updates)
m (moving preparation)
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JApplicationHelper::getPath|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JApplicationHelper::getPath|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|1.0 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JApplicationHelper::getPath ($varname, $user_option=null)
+
public static function getPath (
 +
        $varname
 +
        $user_option=null
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 32: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string The requested path
string The requested path
+
* '''Defined''' on line 152 of libraries/joomla/application/helper.php
===Defined in===
+
* '''Since''' {{JVer|1.0 }}
libraries/joomla/application/helper.php (line 152)
+
* '''Referenced by'''
* see source code in [[jplatform:application/helper.php#cl-152|BitBucket]]
+
** [[API17:JComponentHelper::renderComponent|JComponentHelper::renderComponent]]
===Referenced by===
 
* [[JComponentHelper::renderComponent/11.1|JComponentHelper::renderComponent]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JApplicationHelper::getPath source code''' on [[jplatform:application/helper.php#cl-144|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JApplicationHelper|JApplicationHelper]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
 +
* [[API17:JApplicationHelper::getPath|Other versions of JApplicationHelper::getPath]]
 +
{{SeeAlso:JApplicationHelper::getPath}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JApplicationHelper::getPath|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JApplicationHelper::getPath|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JApplicationHelper/11.1|JApplicationHelper]]
+
===User contributed notes===
* [[JApplicationHelper::getPath|Other versions of this method]]
 
{{SeeAlso:JApplicationHelper::getPath}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 54: Line 54:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
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 />