PHP Class Coduo\TuTu\Kernel

Inheritance: implements Symfony\Component\HttpKernel\HttpKernelInterface
Show file Open project: coduo/tutu Class Usage Examples

Public Methods

Method Description
__construct ( ServiceContainer $container )
handle ( Request $request, integer $type = self::MASTER_REQUEST, boolean $catch = true ) : Response

Private Methods

Method Description
dispatchPreConfigResolveEvent ( Request $request ) : Request
dispatchRequestMatchEvent ( $configElement )
getExtensionArgumentsValues ( $arguments ) : array | mixed | void
getValue ( $value ) : mixed If value is valid string between "%" characters then it might be a parameter so we need to try take it from container.
loadConfiguration ( )
parseConfiguration ( )
registerClassLoader ( )
registerConfigLoader ( )
registerConfigResolver ( )
registerEventDispatcher ( )
registerExtensionInitializer ( )
registerPHPMatcher ( )
registerRequestMatchingPolicy ( )
registerResponseBuilder ( )
registerTwig ( )
setUpContainer ( )

Method Details

__construct() public method

public __construct ( ServiceContainer $container )
$container ServiceContainer

handle() public method

public handle ( Request $request, integer $type = self::MASTER_REQUEST, boolean $catch = true ) : Response
$request Symfony\Component\HttpFoundation\Request
$type integer
$catch boolean
return Symfony\Component\HttpFoundation\Response