| 1 | <?php  | 
            ||
| 21 | class GravitonGeneratorBundle extends Bundle implements GravitonBundleInterface  | 
            ||
| 22 | { | 
            ||
| 23 | /**  | 
            ||
| 24 | * return array of new bunde instances  | 
            ||
| 25 | 18 | *  | 
            |
| 26 | * @return \Symfony\Component\HttpKernel\Bundle\Bundle[]  | 
            ||
| 27 | 18 | */  | 
            |
| 28 | public function getBundles()  | 
            ||
| 32 | |||
| 33 | /**  | 
            ||
| 34 | * load compiler pass  | 
            ||
| 35 | *  | 
            ||
| 36 | * @param ContainerBuilder $container container builder  | 
            ||
| 37 | *  | 
            ||
| 38 | * @return void  | 
            ||
| 39 | */  | 
            ||
| 40 | public function build(ContainerBuilder $container)  | 
            ||
| 50 | }  | 
            ||
| 51 |