TransactionListener
class TransactionListener implements EventSubscriberInterface
トランザクション制御のためのListener
Methods
onKernelRequest(GetResponseEvent $event)
Kernel request listener callback.
onKernelException(GetResponseForExceptionEvent $event)
Kernel exception listener callback.
onKernelTerminate(PostResponseEvent $event)
Kernel terminate listener callback.
static array
getSubscribedEvents()
Return the events to subscribe to.
Details
at line 47
__construct(Application $app)
Constructor function.
at line 57
onKernelRequest(GetResponseEvent $event)
Kernel request listener callback.
at line 77
onKernelException(GetResponseForExceptionEvent $event)
Kernel exception listener callback.
at line 98
onKernelTerminate(PostResponseEvent $event)
Kernel terminate listener callback.
at line 120
static array
getSubscribedEvents()
Return the events to subscribe to.