| 1 | <?php |
||
| 8 | class ConfigurationProvider |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var ConfigurationCreator |
||
| 12 | */ |
||
| 13 | private $configurationCreator; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param ConfigurationCreator $configurationCreator |
||
| 17 | */ |
||
| 18 | 1 | public function __construct(ConfigurationCreator $configurationCreator) |
|
| 22 | |||
| 23 | /** |
||
| 24 | * @return Configuration |
||
| 25 | */ |
||
| 26 | 1 | public function getConfiguration() |
|
| 30 | } |
||
| 31 |