| 1 | <?php declare(strict_types = 1); |
||
| 21 | class KleijnWebSwaggerBundle extends Bundle |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @return string The Bundle namespace |
||
| 25 | */ |
||
| 26 | public function getNamespace() |
||
| 30 | |||
| 31 | public function build(ContainerBuilder $container) |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return ExtensionInterface |
||
| 44 | */ |
||
| 45 | public function getContainerExtension() |
||
| 53 | } |
||
| 54 |