1 | <?php |
||
17 | class SfCodSocketIoBundle extends Bundle |
||
18 | { |
||
19 | /** |
||
20 | * Get bundle extension. |
||
21 | * |
||
22 | * @return SocketIoExtension|\Symfony\Component\DependencyInjection\Extension\ExtensionInterface|null |
||
23 | */ |
||
24 | public function getContainerExtension() |
||
28 | |||
29 | /** |
||
30 | * Add compiler pass. |
||
31 | */ |
||
32 | public function build(ContainerBuilder $container) |
||
38 | } |
||
39 |