JURI::getVar/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 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 string null Default value to return if the variable is not set.
  • Returns array Query variables.
  • Defined on line 380 of libraries/joomla/environment/uri.php
  • Since Joomla 1.5

See also

SeeAlso:JURI::getVar [Edit See Also]

User contributed notes


Personal tools