API17

JModelList::populateState: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 10: Line 10:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
protected JModelList->populateState ($ordering=null, $direction=null)
protected JModelList::populateState ($ordering=null, $direction=null)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 33: Line 33:


===Defined in===
===Defined in===
libraries/joomla/application/component/modellist.php
libraries/joomla/application/component/modellist.php (line 271)
* see source code in [[jplatform:application/component/modellist.php#cl-271|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 02:00, 24 April 2011

Joomla 11.1 JModelList::populateState

Description

Method to auto-populate the model state.

Template:Description:JModelList::populateState [Edit Descripton]

Synopsis

protected JModelList::populateState ($ordering=null, $direction=null)
Parameter Type Default Description
$ordering null
$direction null

Returns

Defined in

libraries/joomla/application/component/modellist.php (line 271)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JModelList::populateState

Examples

<CodeExamplesForm />