ParentIterator::__construct

(PHP 5 >= 5.1.0)

ParentIterator::__constructConstructs a ParentIterator

Опис

public ParentIterator::__construct ( RecursiveIterator $iterator )

Constructs a ParentIterator on an iterator.

Увага

This function is currently not documented; only its argument list is available.

Параметри

iterator

The iterator being constructed upon.

Значення, що повертаються

The ParentIterator.

add a note add a note

User Contributed Notes

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