| 1 | <?php |
||
| 16 | class Local implements FilesystemInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var string |
||
| 20 | */ |
||
| 21 | protected $savePath; |
||
| 22 | |||
| 23 | public function __construct($savePath) |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | public function upload($key, UploadedFile $file, $overwrite = false) |
||
| 43 | |||
| 44 | protected function getFilePath($key) |
||
| 48 | } |