API17

Difference between revisions of "JApplicationHelper::getPath"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Get a path.  
 
Get a path.  
  
{{Description:JApplicationHelper::getPath}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JApplicationHelper::getPath|Edit Descripton]]<nowiki>]</nowiki>
 
</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 30:
 
|-
 
|-
 
|}
 
|}
===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
+
* '''Referenced by'''
===Referenced by===
+
** [[API17:JComponentHelper::renderComponent|JComponentHelper::renderComponent]]
* [[JComponentHelper/renderComponent/11.1|JComponentHelper::renderComponent]]
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JApplicationHelper::getPath source code''' on [[jplatform:application/helper.php#cl-144|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JApplicationHelper::getPath|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JApplicationHelper|JApplicationHelper]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JApplicationHelper/11.1|JApplicationHelper]]
+
* [[API17:JApplicationHelper::getPath|Other versions of JApplicationHelper::getPath]]
* [[JApplicationHelper::getPath|Other versions of this method]]
+
 
{{SeeAlso:JApplicationHelper::getPath}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JApplicationHelper::getPath
 
category=JApplicationHelper::getPath
category=CodeExample
+
namespace=CodeExample
 
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>

Latest revision as of 21:20, 24 March 2017

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.


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

See also[edit]


User contributed notes[edit]

Code Examples[edit]