| 1 | <?php |
||
| 24 | abstract class AbstractKernel extends Kernel { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritDoc} |
||
| 28 | */ |
||
| 29 | public function getCacheDir(): string { |
||
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritDoc} |
||
| 35 | */ |
||
| 36 | public function getLogDir(): string { |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritDoc} |
||
| 42 | */ |
||
| 43 | public function registerContainerConfiguration(LoaderInterface $loader): void { |
||
| 46 | } |
||
| 47 |