1 | <?php |
||
12 | class DummyKernel extends Kernel |
||
13 | { |
||
14 | public static $appName; |
||
15 | |||
16 | public static $appVersion; |
||
17 | |||
18 | public function registerBundles() |
||
21 | |||
22 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
25 | |||
26 | public static function getAppName() |
||
30 | |||
31 | public static function getAppVersion() |
||
35 | } |
||
36 |