API15:JApplication/getPath
From Joomla! Documentation
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.
Contents |
Description
Deprecated, use JApplicationHelper::getPath instead.
Description:JApplication/getPath
Syntax
getPath($varname, $user_option=null)
| Parameter Name | Default Value | Description |
|---|---|---|
| $varname | ||
| $user_option | null |
Defined in
libraries/joomla/application/application.php
Importing
jimport( 'joomla.application.application' );
Source Body
function getPath($varname, $user_option = null) { jimport('joomla.application.helper'); return JApplicationHelper::getPath ($varname, $user_option); }
[Edit See Also] SeeAlso:JApplication/getPath
Examples
<CodeExamplesForm />
