API17

API17:JApplication::getUserState

From Joomla! Documentation

Revision as of 02:19, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples