JModelList::getItems: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Method to get an array of data items. | Method to get an array of data items. | ||
{{Description:JModelList::getItems}} | {{subst:Description:JModelList::getItems}} | ||
<source lang="php"> | <source lang="php"> | ||
public function getItems () | public function getItems () | ||
| Line 19: | Line 17: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]] | ||
* [[API17:JModelList::getItems|Other versions of JModelList::getItems]] | * [[API17:JModelList::getItems|Other versions of JModelList::getItems]] | ||
{{SeeAlso:JModelList::getItems}} | {{subst:SeeAlso:JModelList::getItems}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:53, 24 March 2017
JModelList::getItems
Description
Method to get an array of data items.
{{subst:Description:JModelList::getItems}}
public function getItems ()
- Returns mixed An array of data items on success, false on failure.
- Defined on line 109 of libraries/joomla/application/component/modellist.php
- Since

See also
JModelList::getItems source code on BitBucket
Class JModelList
Subpackage Application- Other versions of JModelList::getItems
{{subst:SeeAlso:JModelList::getItems}}
User contributed notes
<CodeExamplesForm />