1 | <?php |
||
23 | class ConfigurableKernel extends Kernel |
||
24 | { |
||
25 | private $addedBundles = []; |
||
26 | |||
27 | /** |
||
28 | * @inheritdoc |
||
29 | */ |
||
30 | public function registerBundles() |
||
40 | |||
41 | public function addBundle(Bundle $bundle): self |
||
47 | |||
48 | /** |
||
49 | * @inheritdoc |
||
50 | */ |
||
51 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
55 | } |
||
56 |