| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class ConfigInitializer implements Initializer |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var \Ds\Component\Config\Service\ConfigService |
||
| 15 | */ |
||
| 16 | protected $configService; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Constructor |
||
| 20 | * |
||
| 21 | * @param \Ds\Component\Config\Service\ConfigService $configService |
||
| 22 | */ |
||
| 23 | public function __construct(ConfigService $configService) |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function initialize(array $data) |
||
| 49 |