class Kernel extends Kernel

class Kernel

Traits

MicroKernelTrait

Constants

CONFIG_EXTS

Methods

mixed
getCacheDir()

function getCacheDir

mixed
getLogDir()

function getLogDir

void
registerBundles()

function registerBundles

void
configureContainer(ContainerBuilder $container, LoaderInterface $loader)

function configureContainer

configureRoutes(RouteCollectionBuilder $routes)

No description

Details

at line 39
mixed getCacheDir()

function getCacheDir

get the value of cacheDir

Return Value

mixed the value of cacheDir

at line 53
mixed getLogDir()

function getLogDir

get the value of logDir

Return Value

mixed the value of logDir

at line 65
void registerBundles()

function registerBundles

Return Value

void

at line 84
protected void configureContainer(ContainerBuilder $container, LoaderInterface $loader)

function configureContainer

Parameters

ContainerBuilder $container
LoaderInterface $loader

Return Value

void

at line 99
protected configureRoutes(RouteCollectionBuilder $routes)

Parameters

RouteCollectionBuilder $routes