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