PHP Class Tolerance\Bridge\Symfony\Metrics\EventListener\RequestsEnds\DispatchRequestEndedEvent

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: Tolerance/Tolerance

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
getSubscribedEvents ( )
onException ( GetResponseForExceptionEvent $event )
onTerminate ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event )

Method Details

__construct() public méthode

public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

onException() public méthode

public onException ( GetResponseForExceptionEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent

onTerminate() public méthode

public onTerminate ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\PostResponseEvent