API17:JApplicationHelper::getPath
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JApplicationHelper::getPath|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JApplicationHelper::getPath|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function getPath ( |
| + | $varname | ||
| + | $user_option=null | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string The requested path | |
| − | string The requested path | + | * '''Defined''' on line 152 of libraries/joomla/application/helper.php |
| − | + | * '''Since''' {{JVer|1.0 }} | |
| − | libraries/joomla/application/helper.php | + | * '''Referenced by''' |
| − | * | + | ** [[JComponentHelper::renderComponent/11.1|JComponentHelper::renderComponent]] |
| − | + | ||
| − | * [[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 [[JApplicationHelper/11.1|JApplicationHelper]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]] | ||
| + | * [[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> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<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:JApplicationHelper]][[Category:JApplicationHelper::getPath]]</noinclude> | ||
Revision as of 20:09, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JApplicationHelper::getPath
Description
Get a path.
Description:JApplicationHelper::getPath [Edit Descripton]
public static function getPath ( $varname $user_option=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $varname | string | ||
| $user_option | string | null |
- Returns string The requested path
- Defined on line 152 of libraries/joomla/application/helper.php
- Since
- Referenced by
See also
-
JApplicationHelper::getPath source code on BitBucket
-
Class JApplicationHelper
-
Subpackage Application
- Other versions of JApplicationHelper::getPath
SeeAlso:JApplicationHelper::getPath [Edit See Also]
User contributed notes
<CodeExamplesForm />
