1 | <?php |
||
24 | class Configuration implements ConfigurationInterface |
||
25 | { |
||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | 6 | public function getConfigTreeBuilder() |
|
37 | |||
38 | /** |
||
39 | * Adds the config of soap to global config. |
||
40 | * |
||
41 | * @param ArrayNodeDefinition $node the root element for the config nodes |
||
42 | */ |
||
43 | protected function addAuthenticationSection(ArrayNodeDefinition $node) |
||
62 | } |
||
63 |