|
SPL-StandardPHPLibrary
|


Public Member Functions | |
| __call ($func, $params) | |
| current () | |
| getInnerIterator () | |
| key () | |
| next () | |
| rewind () | |
| valid () | |
An Iterator wrapper that doesn't call rewind.
Definition at line 18 of file norewinditerator.inc.
|
inherited |
Aggregate the inner iterator.
| func | Name of method to invoke |
| params | Array of parameters to pass to method |
Definition at line 110 of file iteratoriterator.inc.
|
inherited |
|
inherited |
Implements OuterIterator.
Definition at line 65 of file iteratoriterator.inc.
References IteratorIterator\$iterator.
Referenced by InfiniteIterator\next().
|
inherited |
|
inherited |
| NoRewindIterator::rewind | ( | ) |
Simply prevent execution of inner iterators rewind().
Implements Iterator.
Definition at line 22 of file norewinditerator.inc.
|
inherited |
Implements Iterator.
Definition at line 72 of file iteratoriterator.inc.
Referenced by InfiniteIterator\next().
1.8.5