The ParentIterator class

(PHP 5 >= 5.1.0, PHP 7)

Giriş

This extended FilterIterator allows a recursive iteration using RecursiveIteratorIterator that only shows those elements which have children.

Sınıf Sözdizimi

ParentIterator extends RecursiveFilterIterator implements RecursiveIterator , OuterIterator {
/* Yöntemler */
public accept ( ) : bool
public __construct ( RecursiveIterator $iterator )
public hasChildren ( ) : bool
public next ( ) : void
public rewind ( ) : void
/* Miras alınan yöntemler */
}

İçindekiler