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

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Mostrar archivo Open project: Tolerance/Tolerance

Public Methods

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

Method Details

__construct() public method

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

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onException() public method

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

onTerminate() public method

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