PHP 클래스 Eccube\EventListener\TransactionListener

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

공개 메소드들

메소드 설명
__construct ( Application $app ) Constructor function.
getSubscribedEvents ( ) : array Return the events to subscribe to.
onKernelException ( GetResponseForExceptionEvent $event ) Kernel exception listener callback.
onKernelRequest ( GetResponseEvent $event ) Kernel request listener callback.
onKernelTerminate ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event ) Kernel terminate listener callback.

메소드 상세

__construct() 공개 메소드

Constructor function.
public __construct ( Application $app )
$app Eccube\Application

getSubscribedEvents() 공개 정적인 메소드

Return the events to subscribe to.
public static getSubscribedEvents ( ) : array
리턴 array

onKernelException() 공개 메소드

Kernel exception listener callback.
public onKernelException ( GetResponseForExceptionEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent

onKernelRequest() 공개 메소드

Kernel request listener callback.
public onKernelRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent

onKernelTerminate() 공개 메소드

Kernel terminate listener callback.
public onKernelTerminate ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\PostResponseEvent