| 1 | <?php |
||
| 18 | final class MapIterator extends \IteratorIterator |
||
| 19 | { |
||
| 20 | protected $callback; |
||
| 21 | protected $callbackResult; |
||
| 22 | protected $callbackResultCached; |
||
| 23 | |||
| 24 | 2 | public function __construct(\Iterator $iterator, callable $callback) |
|
| 29 | |||
| 30 | 1 | public function current() |
|
| 39 | |||
| 40 | public function next() |
||
| 46 | } |
||
| 47 |