API17:JApplication::setUserState
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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::setUserState source code on BitBucket
-
Class JApplication
-
Subpackage Application
- Other versions of JApplication::setUserState
SeeAlso:JApplication::setUserState [Edit See Also]
User contributed notes
<CodeExamplesForm />
