1 | <?php |
||
25 | class Configuration implements ConfigurationInterface |
||
26 | { |
||
27 | |||
28 | /** |
||
29 | * Define configTree |
||
30 | * @return TreeBuilder |
||
31 | */ |
||
32 | 2 | public function getConfigTreeBuilder() |
|
70 | |||
71 | /** |
||
72 | * load, validate and return configuration |
||
73 | * @param string $configFile |
||
74 | * @return array |
||
75 | */ |
||
76 | 2 | public function loadConfig($configFile) |
|
90 | |||
91 | } |
||
92 |