API17:JModelList::populateState
From Joomla! Documentation
JModelList::populateState
Description
Method to auto-populate the model state.
protected function populateState (
$ordering = null,
$direction = null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $ordering | null | ||
| $direction | null |
- Returns
- Defined on line 271 of libraries/joomla/application/component/modellist.php
See also
JModelList::populateState source code on BitBucket
Class JModelList
Subpackage Application- Other versions of JModelList::populateState
User contributed notes
Code Examples