| 1 | <?php |
||
| 16 | final class IOConfigResolver implements IOConfig |
||
| 17 | { |
||
| 18 | /** @var string */ |
||
| 19 | private $storageDir; |
||
| 20 | |||
| 21 | public function __construct(string $storageDir) |
||
| 25 | |||
| 26 | public function getRootDir(): string |
||
| 30 | |||
| 31 | public function getLegacyUrlPrefix(): string |
||
| 35 | |||
| 36 | public function getUrlPrefix(): string |
||
| 40 | } |
||
| 41 |