JApplication::setUserState
Sets the value of a user state variable.
Signature
public function setUserState(string
$key,
string
$value )
Parameters
-
$key
- The path of the state.
-
$value
- The value of the variable.
Returns
- mixed
- The previous state, if one existed.