JURI::getVar/1.5
From Joomla! Documentation
JURI::getVar
Description
Returns a query variable by name.
Description:JURI::getVar [Edit Descripton]
public function getVar ( $name=null $default=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | null | Name of the query variable to get |
| $default | null |
See also
-
JURI::getVar on api.joomla.org
-
JURI source code on JoomlaCode
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::getVar
SeeAlso:JURI::getVar [Edit See Also]
User contributed notes
<CodeExamplesForm />