Enables foreach() of the children of this class
Per the InteratorAggregate interface, make the Inputfield children iterable.
Example
foreach($item as $key => $value) {
// ...
}
Usage
$items = $inputfieldWrapper->getIterator();
Return value
InputfieldWrapper methods and properties
API reference based on ProcessWire core version 3.0.236