ParentIterator::__construct

(PHP 5 >= 5.1.0, PHP 7)

ParentIterator::__constructConstructs a ParentIterator

Opis

public ParentIterator::__construct ( RecursiveIterator $iterator )

Constructs a ParentIterator on an iterator.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

iterator

The iterator being constructed upon.

Zwracane wartości

The ParentIterator.

add a note add a note

User Contributed Notes

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