AppKernel
class AppKernel extends Kernel
Methods
registerContainerConfiguration(LoaderInterface $loader)
No description
registerBundles()
No description
boot()
No description
static string
guessDevEnvironment()
Find out whether the dev
or the profile
environment should be used
for development, depending on the existance of the profiler bundle
handle(Request $request, $type = self::MASTER_REQUEST, $catch = true)
No description
terminate(Request $request, Response $response)
No description
Details
at line line 26
registerContainerConfiguration(LoaderInterface $loader)
at line line 31
registerBundles()
at line line 53
boot()
at line line 95
static string
guessDevEnvironment()
Find out whether the dev
or the profile
environment should be used
for development, depending on the existance of the profiler bundle