JApplication::setUserState/1.6

From Joomla! Documentation

Jump to: navigation, search

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

SeeAlso:JApplication::setUserState [Edit See Also]

User contributed notes


Personal tools