Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | public function load(array $configs, ContainerBuilder $container) |
||
25 | { |
||
26 | $configuration = new Configuration(); |
||
27 | $this->processConfiguration($configuration, $configs); |
||
28 | |||
29 | $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
||
30 | $loader->load('services.xml'); |
||
31 | } |
||
32 | } |
||
33 |