1 | <?php |
||
8 | class FileStorage extends AbstractStorage implements StorageInterface |
||
9 | { |
||
10 | /** |
||
11 | * Base method |
||
12 | * @return array nothing |
||
13 | */ |
||
14 | public function getConfig(): array |
||
18 | |||
19 | protected function getFileNames(string $directory = 'default'): array |
||
28 | |||
29 | private function resolveFile(\DirectoryIterator $file, Set &$files) |
||
39 | |||
40 | private function getDirectoryIterator(string $directory): \DirectoryIterator |
||
47 | } |