Public Member Functions

IsisEntryIterator Class Reference

List of all members.

Public Member Functions

 __construct ($class, $entry=1)
 rewind ()
 key ()
 current ()
 next ()
 valid ()

Detailed Description

Isis entry iterator. Iterates over all entries in the database.


Constructor & Destructor Documentation

IsisEntryIterator::__construct ( class,
entry = 1 
)

Constructor.

Parameters:
$class Instance of IsisConnector or child class.
$entry Start entry number to iterate from.

Member Function Documentation

IsisEntryIterator::current (  ) 

Return the current element.

IsisEntryIterator::key (  ) 

Return the key of the current element.

IsisEntryIterator::next (  ) 

Move forward to next element.

IsisEntryIterator::rewind (  ) 

Rewind the Iterator to the first element.

IsisEntryIterator::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