API17

Difference between revisions of "JModelList::getstart"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Method to get the starting number of items for the data set.  
 
Method to get the starting number of items for the data set.  
  
{{Description:JModelList::getstart}}
+
{{subst:Description:JModelList::getstart}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JModelList::getstart|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function getstart ()
 
public function getstart ()
Line 19: Line 17:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
 
* [[API17:JModelList::getstart|Other versions of JModelList::getstart]]
 
* [[API17:JModelList::getstart|Other versions of JModelList::getstart]]
{{SeeAlso:JModelList::getstart}}
+
{{subst:SeeAlso:JModelList::getstart}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JModelList::getstart|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 10:54, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JModelList::getstart[edit]

Description[edit]

Method to get the starting number of items for the data set.

{{subst:Description:JModelList::getstart}}

public function getstart ()
  • Returns integer The starting number of items available in the data set.
  • Defined on line 236 of libraries/joomla/application/component/modellist.php
  • Since Joomla 11.1

See also[edit]

{{subst:SeeAlso:JModelList::getstart}}

User contributed notes[edit]

<CodeExamplesForm />