1 | <?php |
||
11 | final 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 | public function registerBundles() |
||
25 | |||
26 | /** |
||
27 | * Loads the container configuration. |
||
28 | * |
||
29 | * @param LoaderInterface $loader A LoaderInterface instance |
||
30 | */ |
||
31 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
36 | } |
||
37 |