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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JModelList::getTotal | category=JModelList::getTotal | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:28, 25 March 2017
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

See also
JModelList::getTotal source code on BitBucket
Class JModelList
Subpackage Application- Other versions of JModelList::getTotal
User contributed notes
Code Examples