1 | <?php |
||
5 | class IndexIterator extends \RecursiveIteratorIterator |
||
6 | { |
||
7 | public function __construct(RecursiveIndexIterator $indexIterator) |
||
11 | |||
12 | /** |
||
13 | * {@inheritdoc} |
||
14 | */ |
||
15 | public function key() |
||
19 | |||
20 | /** |
||
21 | * Returns the current objects path. |
||
22 | * |
||
23 | * @return string |
||
24 | */ |
||
25 | protected function getCurrentPath(): string |
||
36 | } |
||
37 |