PHP 클래스 Tolerance\Bridge\Symfony\Metrics\EventListener\RequestsEnds\DispatchRequestEndedEvent

상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: Tolerance/Tolerance

공개 메소드들

메소드 설명
__construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
getSubscribedEvents ( )
onException ( GetResponseForExceptionEvent $event )
onTerminate ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event )

메소드 상세

__construct() 공개 메소드

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

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

onException() 공개 메소드

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

onTerminate() 공개 메소드

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