| 1 | <?php |
||
| 18 | class SonataEasyExtendsBundle extends Bundle |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Builds the bundle. |
||
| 22 | * |
||
| 23 | * It is only ever called once when the cache is empty. |
||
| 24 | * |
||
| 25 | * This method can be overridden to register compilation passes, |
||
| 26 | * other extensions, ... |
||
| 27 | * |
||
| 28 | * @param ContainerBuilder $container A ContainerBuilder instance |
||
| 29 | */ |
||
| 30 | public function build(ContainerBuilder $container) |
||
| 34 | } |
||
| 35 |