Public Member Functions

IsisRowIterator Class Reference

List of all members.

Public Member Functions

 __construct ($class, $field)
 rewind ()
 key ()
 current ()
 next ()
 valid ()

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.

IsisRowIterator::key (  ) 

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:
 All Classes Functions Variables