1 | <?php |
||
6 | class VelikonjaLabbyBundleTestAppKernel extends Kernel |
||
7 | { |
||
8 | /** |
||
9 | * @return array|\Symfony\Component\HttpKernel\Bundle\BundleInterface[] |
||
10 | */ |
||
11 | public function registerBundles() |
||
20 | |||
21 | /** |
||
22 | * @param LoaderInterface $loader |
||
23 | */ |
||
24 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | * |
||
32 | * @api |
||
33 | */ |
||
34 | public function getCacheDir() |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | * |
||
42 | * @api |
||
43 | */ |
||
44 | public function getLogDir() |
||
48 | } |
||
49 |