1 | <?php |
||
19 | class Filesystem extends BaseFilesystem implements FilesystemInterface |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function getFileInfo($file) |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | public function getFileObject($file) |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function getFileContents($file) |
||
46 | } |
||
47 |