doc-en
doc-en copied to clipboard
Extend note on Iterator::rewind
There's a note on the page for Iterator::rewind:
This is the first method called when starting a foreach loop. It will not be executed after foreach loops.
This could be improved by pointing users to the NoRewindIterator.