| 1 | <?php |
||
| 18 | final class SiteConfigurationFactory |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @var string |
||
| 22 | */ |
||
| 23 | private $rootDir; |
||
| 24 | |||
| 25 | 2 | public function __construct(string $rootDir) |
|
| 29 | |||
| 30 | 2 | public function create() : Configuration |
|
| 38 | |||
| 39 | /** |
||
| 40 | * Get an instance of the Configuration() class from the given file. |
||
| 41 | */ |
||
| 42 | 1 | private function getConfigFile(string $configFile) : ConfigurationInterface |
|
| 48 | } |
||
| 49 |