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