PHP Класс Kernel

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $environment, boolean $debug ) Constructor.
boot ( ) Boot and define the Fork Constants.
defineForkConstants ( ) This will disappear in time in favour of container-driven parameters.
handle ( Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true )

Защищенные методы

Метод Описание
buildContainer ( ) : ContainerBuilder Builds the service container.
initializeContainer ( )

Приватные методы

Метод Описание
getAllPossibleModuleNames ( ) : array
getInstalledModules ( ContainerBuilder $container ) : array
isInstallingModule ( ) : boolean

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $environment, boolean $debug )
$environment string The environment
$debug boolean Whether to enable debugging or not

boot() публичный Метод

Boot and define the Fork Constants.
public boot ( )

buildContainer() защищенный Метод

Builds the service container.
protected buildContainer ( ) : ContainerBuilder
Результат Symfony\Component\DependencyInjection\ContainerBuilder The compiled service container

defineForkConstants() публичный Метод

This will disappear in time in favour of container-driven parameters.
Устаревший:
public defineForkConstants ( )

handle() публичный Метод

public handle ( Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true )
$request Symfony\Component\HttpFoundation\Request

initializeContainer() защищенный Метод

protected initializeContainer ( )