1 | <?php |
||
15 | class NVBoosterPHPCRAssetsBundle extends Bundle |
||
16 | { |
||
17 | /** |
||
18 | * {@inheritDoc} |
||
19 | * |
||
20 | * @see \Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension() |
||
21 | */ |
||
22 | public function getContainerExtension() |
||
30 | |||
31 | /** |
||
32 | * {@inheritDoc} |
||
33 | * |
||
34 | * @see \Symfony\Component\HttpKernel\Bundle\Bundle::build() |
||
35 | */ |
||
36 | public function build(ContainerBuilder $container) |
||
55 | } |
||
56 |