Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | List of all members
backup_null_iterator Class Reference

Implementation of iterator interface to work without information. More...

Inheritance diagram for backup_null_iterator:

Public Member Functions

 close ()
 
 current ()
 
 key ()
 
 next ()
 
 rewind ()
 
 valid ()
 

Detailed Description

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


The documentation for this class was generated from the following file: