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