class VirtualFormAwareIterator extends IteratorIterator implements RecursiveIterator

deprecated since version 2.3, to be removed in 3.0. Use {@link InheritDataAwareIterator} instead.

Iterator that traverses an array of forms.

You can wrap the iterator into a {@link \RecursiveIterator} in order to enter any child form that inherits its parent's data and iterate the children of that form as well.

Methods

__construct(Traversable $iterator)

No description

getChildren()

{@inheritdoc}

hasChildren()

{@inheritdoc}

Details

at line line 28
__construct(Traversable $iterator)

Parameters

Traversable $iterator

at line line 46
getChildren()

{@inheritdoc}

at line line 54
hasChildren()

{@inheritdoc}