API17

JModelList::getTotal: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Method to get the total number of items for the data set.  
Method to get the total number of items for the data set.  


{{subst:Description:JModelList::getTotal}}
 


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


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

Latest revision as of 03:28, 25 March 2017

Joomla 11.1 JModelList::getTotal

Description

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


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

See also


User contributed notes

Code Examples