1 | <?php |
||
24 | class ConfigurableKernel extends Kernel |
||
25 | { |
||
26 | private $addedBundles = []; |
||
27 | |||
28 | /** |
||
29 | * @inheritdoc |
||
30 | */ |
||
31 | public function registerBundles() |
||
42 | |||
43 | public function addBundle(Bundle $bundle): self |
||
49 | |||
50 | /** |
||
51 | * @inheritdoc |
||
52 | */ |
||
53 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
57 | } |
||
58 |