| 1 | <?php |
||
| 9 | class FilesDataset extends ArrayDataset |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param string $rootPath |
||
| 13 | * |
||
| 14 | * @throws DatasetException |
||
| 15 | */ |
||
| 16 | public function __construct(string $rootPath) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param string $rootPath |
||
| 27 | */ |
||
| 28 | private function scanRootPath(string $rootPath) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param string $dir |
||
| 37 | */ |
||
| 38 | private function scanDir(string $dir) |
||
| 47 | } |
||
| 48 |