
Public Member Functions | |
| eof () | |
| & | next () |
| & | nextWithKey () |
| wasEmpty () | |
Definition at line 19 of file ItemIterator.inc.php.
| ItemIterator.eof | ( | ) |
Return a boolean indicating whether or not we've reached the end of results
Reimplemented in ArrayItemIterator, VirtualArrayIterator, DAOResultFactory, and DBRowIterator.
Definition at line 61 of file ItemIterator.inc.php.
| & ItemIterator.next | ( | ) |
Return the next item in the iterator.
Reimplemented in ArrayItemIterator, VirtualArrayIterator, DAOResultFactory, DBRowIterator, and JournalReportIterator.
Definition at line 24 of file ItemIterator.inc.php.
| & ItemIterator.nextWithKey | ( | ) |
Return the next item with key.
Reimplemented in ArrayItemIterator, VirtualArrayIterator, DAOResultFactory, DBRowIterator, and JournalReportIterator.
Definition at line 33 of file ItemIterator.inc.php.
| ItemIterator.wasEmpty | ( | ) |
Return a boolean indicating whether or not this iterator was empty from the beginning
Reimplemented in ArrayItemIterator, VirtualArrayIterator, DAOResultFactory, and DBRowIterator.
Definition at line 69 of file ItemIterator.inc.php.
1.5.6