JModelList::getTotal: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| 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"> | ||
public | public function getTotal () | ||
</source> | </source> | ||
* '''Returns''' integer The total number of items available in the data set. | |||
integer The total number of items available in the data set. | * '''Defined''' on line 204 of libraries/joomla/application/component/modellist.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/application/component/modellist.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JModelList::getTotal source code''' on [[jplatform:application/component/modellist.php#cl-196|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JModelList|JModelList]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]] | |||
* | * [[API17:JModelList::getTotal|Other versions of JModelList::getTotal]] | ||
* [[JModelList::getTotal|Other versions of | |||
===Examples=== | ===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=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
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