1 | <?php |
||
11 | class AppKernel extends Kernel |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * Returns an array of bundles to register. |
||
16 | * |
||
17 | * @return BundleInterface[] An array of bundle instances. |
||
18 | * |
||
19 | * @api |
||
20 | */ |
||
21 | public function registerBundles() |
||
31 | |||
32 | /** |
||
33 | * Loads the container configuration. |
||
34 | * |
||
35 | * @param LoaderInterface $loader A LoaderInterface instance |
||
36 | * |
||
37 | * @api |
||
38 | */ |
||
39 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
43 | } |
||
44 |