PHP Class Eccube\EventListener\TransactionListener

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: ec-cube/ec-cube

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

getSubscribedEvents() public static méthode

Return the events to subscribe to.
public static getSubscribedEvents ( ) : array
Résultat array

onKernelException() public méthode

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

onKernelRequest() public méthode

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

onKernelTerminate() public méthode

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