JURI::setVar/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 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 349 of libraries/joomla/environment/uri.php
  • Since Joomla 1.5

See also

SeeAlso:JURI::setVar [Edit See Also]

User contributed notes


Personal tools