ParentIterator::__construct

(PHP 5 >= 5.1.0, PHP 7)

ParentIterator::__constructConstructs a ParentIterator

Descrierea

public ParentIterator::__construct ( RecursiveIterator $iterator )

Constructs a ParentIterator on an iterator.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

iterator

The iterator being constructed upon.

Valorile întoarse

The ParentIterator.

add a note add a note

User Contributed Notes

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