1 | <?php |
||
19 | class GendoriaCommandQueueBundle extends Bundle |
||
20 | { |
||
21 | /** |
||
22 | * Get default extension class instance. |
||
23 | * |
||
24 | * @return GendoriaCommandQueueExtension |
||
25 | */ |
||
26 | 1 | public function getContainerExtension() |
|
34 | |||
35 | /** |
||
36 | * Build bundle. |
||
37 | * |
||
38 | * During build, two compile passes are registered: for fetching command processors and pool configurations. |
||
39 | * |
||
40 | * @param ContainerBuilder $container Container builder. |
||
41 | */ |
||
42 | 1 | public function build(ContainerBuilder $container) |
|
49 | } |
||
50 |