1 | <?php |
||
8 | class ConfigPass implements CompilerPassInterface |
||
9 | { |
||
10 | public function process(ContainerBuilder $container) |
||
19 | |||
20 | /** |
||
21 | * @param string $name |
||
22 | * @param array $parameters |
||
23 | * @param array $config |
||
24 | */ |
||
25 | protected function buildParameters($name, &$parameters, $config) |
||
42 | |||
43 | protected function arrayHasStringKeys(array $array) |
||
54 | } |
||
55 |