PHP 클래스 Kernel

파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
__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 ( )