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

terminateWithException(Exception $exception)

No description

Details

at line line 26
registerContainerConfiguration(LoaderInterface $loader)

Parameters

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

Return Value

string The suggested kernel environment

at line line 105
handle(Request $request, $type = self::MASTER_REQUEST, $catch = true)

Parameters

Request $request
$type
$catch

at line line 176
terminate(Request $request, Response $response)

Parameters

Request $request
Response $response

at line line 184
terminateWithException(Exception $exception)

Parameters

Exception $exception