update : 2015.11.03
php.shukuma.com

검색:
 
 
The ParentIterator class

The ParentIterator class

(PHP 5 >= 5.1.0)

소개

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

클래스 개요

ParentIterator extends RecursiveFilterIterator implements RecursiveIterator , OuterIterator {
/* 메소드 */
public bool accept ( void )
public __construct ( RecursiveIterator $iterator )
public ParentIterator getChildren ( void )
public bool hasChildren ( void )
public void next ( void )
public void rewind ( void )
}

Table of Contents