1 | <?php |
||
10 | class Kernel extends BaseKernel |
||
11 | { |
||
12 | 10 | public function __construct($environment, $debug) |
|
18 | |||
19 | 10 | public function getCacheDir() |
|
23 | |||
24 | 10 | public function getLogDir() |
|
28 | |||
29 | /** {@inheritdoc} */ |
||
30 | 10 | public function registerBundles() |
|
37 | |||
38 | /** {@inheritdoc} */ |
||
39 | 1 | public function registerContainerConfiguration(LoaderInterface $loader) |
|
43 | } |
||
44 |