Php/docs/class.parentiterator

From Get docs

(PHP 5 >= 5.1.0, PHP 7)

Introduction

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


Class synopsis


ParentIterator extends RecursiveFilterIterator implements RecursiveIterator , OuterIterator {

/* Methods */

public accept ( ) : bool

public __construct ( RecursiveIterator $iterator )

public getChildren ( ) : ParentIterator

public hasChildren ( ) : bool

public next ( ) : void

public rewind ( ) : void

/* Inherited methods */

}

Table of Contents