| 1 | <?php |
||
| 7 | class Filesystem |
||
| 8 | { |
||
|
|
|||
| 9 | 2 | public static function checkWritable($path) |
|
| 16 | |||
| 17 | public static function checkReadable($path) |
||
| 24 | |||
| 25 | 2 | public static function checkExists($path) |
|
| 32 | |||
| 33 | public static function checkWriteSafety($path) |
||
| 38 | |||
| 39 | public static function createDirectoryStructure($structure, $basePath) |
||
| 50 | |||
| 51 | public static function get($path) |
||
| 59 | } |
||
| 60 |