| 1 | <?php |
||
| 17 | class Configuration implements ConfigurationInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Config tree builder. |
||
| 21 | * |
||
| 22 | * Example config: |
||
| 23 | * |
||
| 24 | * anime_db_world_art_browser: |
||
| 25 | * host: 'http://www.world-art.ru' |
||
| 26 | * client: 'My Custom Bot 1.0' |
||
| 27 | * |
||
| 28 | * @return ArrayNodeDefinition |
||
| 29 | */ |
||
| 30 | 2 | public function getConfigTreeBuilder() |
|
| 46 | } |
||
| 47 |