Thelia
class Thelia extends Kernel
Constants
THELIA_VERSION |
|
Methods
__construct($environment, $debug)
No description
static
isInstalled()
No description
boot()
dispatch an event when application is boot
string
getCacheDir()
Gets the cache directory.
string
getLogDir()
Gets the log directory.
array
registerBundles()
return available bundle
registerContainerConfiguration(
LoaderInterface $loader)
Loads the container configuration
Details
at line 55
__construct($environment, $debug)
at line 66
static
isInstalled()
at line 208
boot()
dispatch an event when application is boot
at line 503
string
getCacheDir()
Gets the cache directory.
at line 519
string
getLogDir()
Gets the log directory.
at line 552
array
registerBundles()
return available bundle
Part of Symfony\Component\HttpKernel\KernelInterface
at line 577
registerContainerConfiguration(
LoaderInterface $loader)
Loads the container configuration
part of Symfony\Component\HttpKernel\KernelInterface