| 1 | <?php |
||
| 18 | class DropboxFsComponent extends AbstractFsComponent |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @var string |
||
| 22 | */ |
||
| 23 | public $token; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @var string |
||
| 27 | */ |
||
| 28 | public $prefix = ''; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @inheritdoc |
||
| 32 | */ |
||
| 33 | public function init() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @return DropboxAdapter |
||
| 48 | */ |
||
| 49 | protected function initAdapter() |
||
| 55 | } |
||
| 56 |