ILIAS
release_8 Revision v8.19
|
Interface ilCtrlIteratorInterface. More...
Public Member Functions | |
current () | |
key () | |
Interface ilCtrlIteratorInterface.
This interface describes how an ilCtrl iterator must behave like. It extends the original Iterator interface but overrides the public functions current() and key(), as the Iterators must always return class-paths mapped to the object name.
This means, that Iterators implementing this interface have rather complex valid() methods, as they need to check if the current data and key provided by the source are strings.
Definition at line 17 of file interface.ilCtrlIteratorInterface.php.
ilCtrlIteratorInterface::current | ( | ) |
Implemented in ilCtrlArrayIterator.
ilCtrlIteratorInterface::key | ( | ) |
Implemented in ilCtrlArrayIterator.