JRouter::setVars
Set the router variable array
Signature
public function setVars(array
$vars,
[boolean
$merge = true] )
Parameters
-
$vars
- An associative array with variables
-
$merge
- If True, the array will be merged instead of overwritten
Returns
- void