API17:JModelList::getUserStateFromRequest
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JModelList::getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 50: | Line 50: | ||
The request user state. | The request user state. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/application/component/modellist.php | + | libraries/joomla/application/component/modellist.php (line 320) |
| + | * see source code in [[jplatform:application/component/modellist.php#cl-320|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 21:00, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JModelList::getUserStateFromRequest
Description
Gets the value of a user state variable and sets it in the session This is the same as the method in except that this also can optionally force you back to the first page when a filter has changed.
Description:JModelList::getUserStateFromRequest [Edit Descripton]
Since
Synopsis
public JModelList::getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true)
| 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. |
| $resetPage | boolean | true | If true, the limitstart in request is set to zero |
Returns
The request user state.
Defined in
libraries/joomla/application/component/modellist.php (line 320)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JModelList::getUserStateFromRequest
Examples
<CodeExamplesForm />
