1 | <?php |
||
12 | final class Kernel extends BaseKernel |
||
13 | { |
||
14 | 12 | public function __construct($environment, $debug) |
|
20 | |||
21 | 12 | public function getCacheDir() |
|
25 | |||
26 | 12 | public function getLogDir() |
|
30 | |||
31 | /** {@inheritdoc} */ |
||
32 | 12 | public function registerBundles() |
|
41 | |||
42 | 12 | public function getName() |
|
46 | |||
47 | /** {@inheritdoc} */ |
||
48 | 1 | public function registerContainerConfiguration(LoaderInterface $loader) |
|
52 | } |
||
53 |
If you suppress an error, we recommend checking for the error condition explicitly: