API17

API17:JApplication::getUserState

From Joomla! Documentation

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