IsisMethodIterator Class Reference

List of all members.

Public Member Functions

 __construct ($isis, $class=NULL)
 rewind ()
 key ()
 current ()
 next ()
 valid ()

Detailed Description

Iterates over all callable methods for database mapping.


Constructor & Destructor Documentation

IsisMethodIterator::__construct ( isis,
class = NULL 
)

Constructor.

Parameters:
$isis Instance of IsisConnector or child class.
$class Optional class where to look for methods, defaults to $isis itself.

Member Function Documentation

IsisMethodIterator::current (  ) 

Return the current element.

IsisMethodIterator::key (  ) 

Return the key of the current element.

IsisMethodIterator::next (  ) 

Move forward to next element. The method should be callable, otherwise we move to the next position.

IsisMethodIterator::rewind (  ) 

Rewind the Iterator to the first valid element.

IsisMethodIterator::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
Generated on Thu Sep 16 11:13:08 2010 for Cinisis Database Reader by  doxygen 1.6.3