API17:JApplication::getUserState
From Joomla! Documentation
JApplication::getUserState
Description
Gets a user state.
public function getUserState ($key)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $key | string | The path of the state. |
- Returns mixed The user state.
- Defined on line 473 of libraries/joomla/application/application.php
- Since

See also
JApplication::getUserState source code on BitBucket
Class JApplication
Subpackage Application- Other versions of JApplication::getUserState
User contributed notes
Code Examples