| Total Complexity | 6 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class AppKernel extends Kernel |
||
| 10 | { |
||
| 11 | public function __construct($environment, $debug) |
||
| 16 | } |
||
| 17 | |||
| 18 | public function registerBundles() |
||
| 23 | ]; |
||
| 24 | } |
||
| 25 | |||
| 26 | public function getRootDir() |
||
| 29 | } |
||
| 30 | |||
| 31 | public function getCacheDir() |
||
| 32 | { |
||
| 33 | return '/tmp/symfony-cache'; |
||
| 34 | } |
||
| 35 | |||
| 36 | public function getLogDir() |
||
| 39 | } |
||
| 40 | |||
| 41 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
| 46 |