[edit] Joomla 1.5 JApplication::getUserStateFromRequest

[edit] Description

Gets the value of a user state variable.

Description:JApplication::getUserStateFromRequest [Edit Descripton]

public function getUserStateFromRequest (
        $key
        $request
        $default=null
        $type= 'none'
)
Parameter Type Default Description
$key string The key of the user state variable.
$request string The name of the variable passed in a request.
$default string null The default value for the variable if not found. Optional.
$type string 'none' Filter for the variable, for valid values see . Optional.

[edit] See also

SeeAlso:JApplication::getUserStateFromRequest [Edit See Also]

[edit] User contributed notes

<CodeExamplesForm />


License: Joomla! Electronic Documentation License
Source page: http://docs.joomla.org/JApplication::getUserStateFromRequest/1.5
Page retrieved: 0.335 seconds, 2.40 MB

Top