| 1 | <?php |
||
| 16 | class GridFSFsComponent extends AbstractFsComponent |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var string |
||
| 20 | */ |
||
| 21 | public $server; |
||
| 22 | /** |
||
| 23 | * @var string |
||
| 24 | */ |
||
| 25 | public $database; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritdoc |
||
| 29 | */ |
||
| 30 | public function init() |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @return GridFSAdapter |
||
| 45 | */ |
||
| 46 | protected function initAdapter() |
||
| 52 | } |
||
| 53 |