| 1 | <?php |
||
| 16 | class YokaiMessengerBundle extends Bundle |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @inheritdoc |
||
| 20 | */ |
||
| 21 | 13 | public function getContainerExtension() |
|
| 25 | |||
| 26 | /** |
||
| 27 | * @inheritdoc |
||
| 28 | */ |
||
| 29 | public function registerCommands(Application $application) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @inheritdoc |
||
| 36 | */ |
||
| 37 | 13 | public function build(ContainerBuilder $container) |
|
| 45 | } |
||
| 46 |