| 1 | <?php |
||
| 21 | class eXpansionAdminGroupsBundle extends Bundle implements BundleDependencyInterface |
||
| 22 | { |
||
| 23 | use BundleDependency; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param ContainerBuilder $container |
||
| 27 | */ |
||
| 28 | public function build(ContainerBuilder $container) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Gets the list of bundle dependencies. |
||
| 37 | * |
||
| 38 | * @return array |
||
| 39 | */ |
||
| 40 | public function getBundleDependencies() |
||
| 47 | } |
||
| 48 |