1 | <?php |
||
20 | final class AppKernel extends Kernel |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function registerBundles() |
||
43 | |||
44 | /** |
||
45 | * {@inheritdoc} |
||
46 | */ |
||
47 | public function getCacheDir() |
||
51 | |||
52 | /** |
||
53 | * {@inheritdoc} |
||
54 | */ |
||
55 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
59 | } |
||
60 |