| 1 | <?php |
||
| 5 | class DocumentRoot |
||
| 6 | { |
||
| 7 | |||
| 8 | /** @var array */ |
||
| 9 | private $destinationDirs; |
||
| 10 | |||
| 11 | /** @var string */ |
||
| 12 | private $default; |
||
| 13 | |||
| 14 | public function __construct(array $destinationDirs) |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param string|IStoreFile $relativePath |
||
| 23 | * @param string|NULL $destinationAlias |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | public function createAbsolutePath($relativePath, $destinationAlias = NULL) |
||
| 42 | |||
| 43 | } |
||
| 44 |