The ParentIterator class
Guide
Edit on GitHub ✎
This extended FilterIterator allows a recursive iteration using RecursiveIteratorIterator that only shows those elements which have children.
Intro
This extended FilterIterator allows a recursive iteration using RecursiveIteratorIterator that only shows those elements which have children.
Class synopsis
class ParentIterator extends RecursiveFilterIterator { }
Parentiterator