API17:JURI::setVar
From Joomla! Documentation
Revision as of 12:41, 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::setVar
Description
Adds a query variable and value, replacing the value if it already exists and returning the old value.
Description:JURI::setVar [Edit Descripton]
public function setVar ( $name $value )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | Name of the query variable to set. | |
| $value | string | Value of the query variable. |
- Returns string Previous value for the query variable.
- Defined on line 354 of libraries/joomla/environment/uri.php
- Since
See also
-
JURI::setVar source code on BitBucket
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::setVar
SeeAlso:JURI::setVar [Edit See Also]
User contributed notes
<CodeExamplesForm />
