Constants

THELIA_VERSION

THELIA_VERSION

Properties

$tpexConfig

$tpexConfig

Methods

init()

init()

getCacheDir()

getCacheDir() : string

Gets the cache directory.

Returns

string —

The cache directory

getLogDir()

getLogDir() : string

Gets the log directory.

Returns

string —

The log directory

registerBundles()

registerBundles() : array

return available bundle

Part of Symfony\Component\HttpKernel\KernelInterface

Returns

array —

An array of bundle instances.

registerContainerConfiguration()

registerContainerConfiguration(\Symfony\Component\Config\Loader\LoaderInterface $loader)

Loads the container configuration

part of Symfony\Component\HttpKernel\KernelInterface

Parameters

\Symfony\Component\Config\Loader\LoaderInterface $loader

A LoaderInterface instance

initPropel()

initPropel()

loadConfiguration()

loadConfiguration(\Symfony\Component\DependencyInjection\ContainerBuilder $container)

Load some configuration Initialize all plugins

Parameters

\Symfony\Component\DependencyInjection\ContainerBuilder $container

getContainerBuilder()

getContainerBuilder() : \Symfony\Component\DependencyInjection\ContainerBuilder

Gets a new ContainerBuilder instance used to build the service container.

Returns

\Symfony\Component\DependencyInjection\ContainerBuilder

buildContainer()

buildContainer() : \Symfony\Component\DependencyInjection\ContainerBuilder

Builds the service container.

Throws

\RuntimeException

Returns

\Symfony\Component\DependencyInjection\ContainerBuilder —

The compiled service container

getKernelParameters()

getKernelParameters() : array

Returns the kernel parameters.

Returns

array —

An array of kernel parameters