Public Member Functions

IsisMainItemIterator Class Reference

List of all members.

Public Member Functions

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

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