1 | <?php |
||
15 | class LeogoutSeoExtension extends Extension |
||
16 | { |
||
17 | /** |
||
18 | * {@inheritdoc} |
||
19 | */ |
||
20 | public function load(array $configs, ContainerBuilder $container) |
||
33 | |||
34 | /** |
||
35 | * Checks if the configuration with this name isn't empty. |
||
36 | * Creates a parameter and loads a configuration file of the given configuration name. |
||
37 | * |
||
38 | * @param string $configName |
||
39 | * @param ContainerBuilder $container |
||
40 | * @param XmlFileLoader $loader |
||
41 | * @param array $config |
||
42 | */ |
||
43 | private function loadIfConfigured($configName, ContainerBuilder $container, XmlFileLoader $loader, array $config) |
||
55 | } |
||
56 |