1 | <?php |
||
5 | class GlobIteratorFileInfo extends \SplFileInfo |
||
6 | { |
||
7 | private static $iteratorId; |
||
8 | private static $paths = []; |
||
9 | |||
10 | 5 | public function __construct($fileName) |
|
15 | |||
16 | 5 | public function getIteratorId() |
|
20 | |||
21 | 5 | public static function setIteratorId($iteratorId) |
|
25 | |||
26 | 6 | public static function setPath($iteratorId, $path, $realPath) |
|
30 | |||
31 | 5 | protected function processFilename($fileName) |
|
37 | } |
||
38 |