API17:JURI::getVar
From Joomla! Documentation
Revision as of 12:57, 9 August 2012 by JoomlaWikiBot (Talk | contribs)
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.
JURI::getVar
Description
Returns a query variable by name.
Description:JURI::getVar [Edit Descripton]
public function getVar ( $name $default=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | Name of the query variable to get. | |
| $default | null |
See also
-
JURI::getVar source code on BitBucket
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::getVar
SeeAlso:JURI::getVar [Edit See Also]
User contributed notes
<CodeExamplesForm />
