IsisMethodIterator Class Reference
List of all members.
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:
- classes/iterators/IsisMethodIterator.php