API17:JURI::getVar
From Joomla! Documentation
JURI::getVar
Description
Returns a query variable by name.
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
User contributed notes
Code Examples