ParentIterator クラス
導入
...
クラス概要
ParentIterator
ParentIterator
extends
RecursiveFilterIterator
implements
RecursiveIterator
,
OuterIterator
,
Traversable
,
Iterator
{
/* メソッド */
__construct
( RecursiveIterator $iterator
)
}目次
- ParentIterator::accept — Determines acceptability
- ParentIterator::__construct — Constructs a ParentIterator
- ParentIterator::getChildren — ParentIterator に含まれる内部イテレータの子を返す
- ParentIterator::hasChildren — 内部イテレータの現在の要素が子を持つかどうかをチェックする
- ParentIterator::next — イテレータを前に移動する
- ParentIterator::rewind — イテレータを巻き戻す
ParentIterator
There are no user contributed notes for this page.
