| 1 | <?php |
||
| 20 | class AppKernel extends Kernel |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Registers all needed bundles |
||
| 24 | */ |
||
| 25 | public function registerBundles() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Setup configuration file. |
||
| 37 | */ |
||
| 38 | public function registerContainerConfiguration(LoaderInterface $loader) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * {@inheritdoc} |
||
| 45 | * |
||
| 46 | * @api |
||
| 47 | */ |
||
| 48 | public function getEnvironment() |
||
| 52 | |||
| 53 | /** |
||
| 54 | * {@inheritdoc} |
||
| 55 | * |
||
| 56 | * @api |
||
| 57 | */ |
||
| 58 | public function isDebug() |
||
| 62 | } |
||
| 63 |