| 1 | <?php |
||
| 15 | class SavchenkoOpenWeatherMapExtension extends ConfigurableExtension implements PrependExtensionInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | */ |
||
| 20 | public function prepend(ContainerBuilder $container) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function loadInternal(array $mergedConfig, ContainerBuilder $container) |
||
| 39 | } |
||
| 40 |