IsisRowIterator Class Reference
List of all members.
Detailed Description
Iterates over all rows from a field result.
Constructor & Destructor Documentation
IsisRowIterator::__construct |
( |
$ |
class, |
|
|
$ |
field | |
|
) |
| | |
Constructor.
- Parameters:
-
| $class | Instance of IsisConnector or child class. |
| $field | Field to iterate over. |
Member Function Documentation
IsisRowIterator::current |
( |
|
) |
|
Return the current element.
Return the key of the current element.
IsisRowIterator::next |
( |
|
) |
|
Move forward to next element.
IsisRowIterator::rewind |
( |
|
) |
|
Rewind the Iterator to the first element.
IsisRowIterator::valid |
( |
|
) |
|
Check if there is a current element after calls to rewind() or next().
The documentation for this class was generated from the following file:
- classes/iterators/IsisRowIterator.php