IsisFieldIterator Class Reference
List of all members.
Detailed Description
Isis field iterator. Iterates over all field values for each result row.
Constructor & Destructor Documentation
IsisFieldIterator::__construct |
( |
$ |
class, |
|
|
$ |
field | |
|
) |
| | |
Constructor.
- Parameters:
-
| $class | Instance of IsisConnector or child class. |
| $field | Field to iterate over. |
Member Function Documentation
IsisFieldIterator::current |
( |
|
) |
|
Return the current element.
IsisFieldIterator::current_null |
( |
|
) |
|
Check if the current value is null.
IsisFieldIterator::has_more_rows |
( |
|
) |
|
Check if there are more rows.
IsisFieldIterator::key |
( |
|
) |
|
Return the key of the current element.
IsisFieldIterator::next |
( |
|
) |
|
Move forward to next element.
IsisFieldIterator::rewind |
( |
|
) |
|
Rewind the Iterator to the first element.
IsisFieldIterator::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/IsisFieldIterator.php