Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Implementation of iterator interface to work without information. More...
Public Member Functions | |
close () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Implementation of iterator interface to work without information.
This class implementes the iterator but does nothing (as far as it doesn't handle real data at all). It's here to provide one common API when we want to skip some elements from structure, while also working with array/db iterators at the same time.
TODO: Finish phpdocs