Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
17 | public function load(array $configs, ContainerBuilder $container) |
||
18 | { |
||
19 | $configuration = new Configuration(); |
||
20 | $config = $this->processConfiguration($configuration, $configs); |
||
21 | |||
22 | foreach ($config['profiler'] as $key => $value) { |
||
23 | $container->setParameter($this->getAlias().'.profiler.'.$key, $value); |
||
24 | } |
||
27 |