CakeFest 2024: The Official CakePHP Conference

ParentIterator::__construct

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

ParentIterator::__constructParentIterator を作成する

説明

public ParentIterator::__construct(RecursiveIterator $iterator)

イテレータ上に ParentIterator を作成します。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

iterator

作成する元となるイテレータ。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top