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