Méthode | Description | |
---|---|---|
__construct ( Symfony\Component\HttpKernel\HttpKernelInterface $kernel, |
||
getKernel ( ) : Symfony\Component\HttpKernel\HttpKernelInterface | Returns the kernel in which this event was thrown | |
getRequest ( ) : |
Returns the request the kernel is currently processing | |
getRequestType ( ) : integer | Returns the request type the kernel is currently processing |
public __construct ( Symfony\Component\HttpKernel\HttpKernelInterface $kernel, |
||
$kernel | Symfony\Component\HttpKernel\HttpKernelInterface | |
$request |
public getKernel ( ) : Symfony\Component\HttpKernel\HttpKernelInterface | ||
Résultat | Symfony\Component\HttpKernel\HttpKernelInterface |
public getRequest ( ) : |
||
Résultat |
public getRequestType ( ) : integer | ||
Résultat | integer | One of HttpKernelInterface::MASTER_REQUEST and HttpKernelInterface::SUB_REQUEST |