| 1 | <?php |
||
| 11 | class LoggerSubExtension extends AbstractSubExtension |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @inheritDoc |
||
| 15 | */ |
||
| 16 | 2 | public function getConfigKey() |
|
| 20 | |||
| 21 | /** |
||
| 22 | * @inheritDoc |
||
| 23 | */ |
||
| 24 | public function configure(ArrayNodeDefinition $builder) |
||
| 44 | |||
| 45 | /** |
||
| 46 | * {@inheritdoc} |
||
| 47 | */ |
||
| 48 | 1 | public function load(ContainerBuilder $container, array $config) |
|
| 94 | } |
||
| 95 |