API17

JModelList::populateState: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Method to auto-populate the model state.  
Method to auto-populate the model state.  


{{subst:Description:JModelList::populateState}}
 


<source lang="php">
<source lang="php">
Line 38: Line 38:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[API17:JModelList::populateState|Other versions of JModelList::populateState]]
* [[API17:JModelList::populateState|Other versions of JModelList::populateState]]
{{subst:SeeAlso:JModelList::populateState}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JModelList::populateState
category=JModelList::populateState
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:28, 25 March 2017

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


User contributed notes

Code Examples