1 | <?php |
||
15 | class ImmersiveWindowsBundle extends Bundle |
||
16 | { |
||
17 | /** |
||
18 | * @param ContainerBuilder $container |
||
19 | */ |
||
20 | public function build(ContainerBuilder $container) |
||
26 | |||
27 | /** |
||
28 | * Gets the list of bundle dependencies. |
||
29 | * |
||
30 | * @return array |
||
31 | */ |
||
32 | public function getBundleDependencies() |
||
38 | } |
||
39 |