| 1 | <?php |
||
| 9 | class DoSQueueExtension extends AbstractExtension implements PrependExtensionInterface |
||
| 10 | { |
||
| 11 | protected $applicationName = 'dos'; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * {@inheritdoc} |
||
| 15 | */ |
||
| 16 | protected function getBundleConfiguration() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @inheritDoc |
||
| 23 | */ |
||
| 24 | public function prepend(ContainerBuilder $container) |
||
| 53 | } |
||
| 54 |