JApplication::setUserState/1.6
From Joomla! Documentation
JApplication::setUserState
Description
Sets the value of a user state variable.
Description:JApplication::setUserState [Edit Descripton]
public function setUserState ( $key $value )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | string | The path of the state. | |
| $value | string | The value of the variable. |
- Returns mixed The previous state, if one existed. since 1.5
- Defined on line 493 of libraries/joomla/application/application.php
See also
JApplication source code on JoomlaCode
Class JApplication
Subpackage Application- Other versions of JApplication::setUserState
SeeAlso:JApplication::setUserState [Edit See Also]