Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Implementation of iterator interface to work with common arrays. More...
Public Member Functions | |
__construct (array $arr) | |
close () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Implementation of iterator interface to work with common arrays.
This class implements the iterator interface in order to provide one common API to be used in backup and restore when, within the same code, both database recordsets (already iteratorors) and arrays of information are used.
TODO: Finish phpdocs