1 | <?php |
||
15 | class Configuration implements ConfigurationInterface |
||
16 | { |
||
17 | /** |
||
18 | * Config tree builder. |
||
19 | * |
||
20 | * Example config: |
||
21 | * |
||
22 | * gpslab_geoip: |
||
23 | * cache: '%kernel.cache_dir%GeoLite2-Country.mmdb' |
||
24 | * url: 'http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz' |
||
25 | * |
||
26 | * @return TreeBuilder |
||
27 | */ |
||
28 | public function getConfigTreeBuilder() |
||
38 | } |
||
39 |