| 1 | <?php |
||
| 12 | class AppKernel extends Kernel |
||
| 13 | { |
||
| 14 | /** {@inheritdoc} */ |
||
| 15 | public function registerBundles() |
||
| 24 | |||
| 25 | /** {@inheritdoc} */ |
||
| 26 | public function getCacheDir() |
||
| 30 | |||
| 31 | /** {@inheritdoc} */ |
||
| 32 | public function getLogDir() |
||
| 36 | |||
| 37 | /** {@inheritdoc} */ |
||
| 38 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
| 42 | |||
| 43 | private function tmpDir() |
||
| 47 | } |
||
| 48 |