Méthode | Description | |
---|---|---|
__construct ( |
Constructor function. | |
getSubscribedEvents ( ) : array | Return the events to subscribe to. | |
onKernelException ( |
Kernel exception listener callback. | |
onKernelRequest ( |
Kernel request listener callback. | |
onKernelTerminate ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event ) | Kernel terminate listener callback. |
public __construct ( |
||
$app |
public static getSubscribedEvents ( ) : array | ||
Résultat | array |
public onKernelException ( |
||
$event |
public onKernelRequest ( |
||
$event |
public onKernelTerminate ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event ) | ||
$event | Symfony\Component\HttpKernel\Event\PostResponseEvent |