API17

JModelList::getTotal: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
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.  


{{Description:JModelList::getTotal}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JModelList::getTotal|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JModelList->getTotal ()
public function getTotal ()
</source>
</source>
===Returns===
* '''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
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/application/component/modellist.php
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JModelList::getTotal source code''' on [[jplatform:application/component/modellist.php#cl-196|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JModelList::getTotal|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JModelList|JModelList]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JModelList/11.1|JModelList]]
* [[API17:JModelList::getTotal|Other versions of JModelList::getTotal]]
* [[JModelList::getTotal|Other versions of this method]]
 
{{SeeAlso:JModelList::getTotal}}
 
===Examples===
===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=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JModelList]][[Category:JModelList::getTotal]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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