From b879f0fcc8651b49ae46a6db64d7eb1a27c7af1a Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 20 Aug 2010 15:39:56 -0300 Subject: Adding generated docs --- doc/html/classIsisMethodIterator.html | 199 ++++++++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 doc/html/classIsisMethodIterator.html (limited to 'doc/html/classIsisMethodIterator.html') diff --git a/doc/html/classIsisMethodIterator.html b/doc/html/classIsisMethodIterator.html new file mode 100644 index 0000000..6a0860c --- /dev/null +++ b/doc/html/classIsisMethodIterator.html @@ -0,0 +1,199 @@ + + + + + +Cinisis Database Reader: IsisMethodIterator Class Reference + + + + + + + + + +
+

IsisMethodIterator Class Reference

+

List of all members.

+ + + + + + + + +

Public Member Functions

 __construct ($class)
 rewind ()
 key ()
 current ()
 next ()
 valid ()
+

Detailed Description

+

Iterates over all callable methods for database mapping.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + +
IsisMethodIterator::__construct ( class ) 
+
+
+

Constructor.

+
Parameters:
+ + +
$class Instance of IsisConnector or child class.
+
+
+ +
+
+

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 Fri Aug 20 15:38:20 2010 for Cinisis Database Reader by  + +doxygen 1.6.3
+ + -- cgit v1.2.3