API17

JModelList::populateState: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
Line 8: Line 8:
<nowiki>[</nowiki>[[Description:JModelList::populateState|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[Description:JModelList::populateState|Edit Descripton]]<nowiki>]</nowiki>
</span>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
protected JModelList::populateState ($ordering=null, $direction=null)
protected function populateState (
        $ordering=null
        $direction=null
)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 30: Line 32:
|-
|-
|}
|}
===Returns===
* '''Returns'''
 
* '''Defined''' on line 271 of libraries/joomla/application/component/modellist.php
===Defined in===
libraries/joomla/application/component/modellist.php (line 271)
* see source code in [[jplatform:application/component/modellist.php#cl-271|BitBucket]]
===Referenced by===
===See also===
===See also===
* {{JVer|11.1}} '''JModelList::populateState source code''' on [[jplatform:application/component/modellist.php#cl-263|BitBucket]]
* {{JVer|11.1}} Class [[JModelList/11.1|JModelList]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
* [[JModelList::populateState|Other versions of JModelList::populateState]]
{{SeeAlso:JModelList::populateState}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JModelList::populateState|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[SeeAlso:JModelList::populateState|Edit See Also]]<nowiki>]</nowiki>
</span>
</span>
* [[JModelList/11.1|JModelList]]
===User contributed notes===
* [[JModelList::populateState|Other versions of this method]]
{{SeeAlso:JModelList::populateState}}
===Examples===
<CodeExamplesForm />
<CodeExamplesForm />
<dpl>
<dpl>
Line 51: Line 51:
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JModelList]][[Category:JModelList::populateState]]</noinclude>
<noinclude>[[Category:JModelList]][[Category:JModelList::populateState]]</noinclude>

Revision as of 02:24, 28 April 2011

Joomla 11.1 JModelList::populateState

Description

Method to auto-populate the model state.

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

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

Template:SeeAlso:JModelList::populateState [Edit See Also]

User contributed notes

<CodeExamplesForm />