| 1 | <?php |
||
| 24 | class Configuration implements ConfigurationInterface |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Define configTree |
||
| 28 | * @return TreeBuilder |
||
| 29 | */ |
||
| 30 | public function getConfigTreeBuilder() |
||
| 68 | |||
| 69 | /** |
||
| 70 | * load, validate and return configuration |
||
| 71 | * @param string $configFile |
||
| 72 | * @return array |
||
| 73 | */ |
||
| 74 | public function loadConfig($configFile) |
||
| 85 | } |
||
| 86 |