PHP Class Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver

Author: Arkadiusz Krakowiak ([email protected])
Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
__construct ( Sylius\Component\Order\Context\CartContextInterface $cartContext, Symfony\Component\Routing\Generator\UrlGeneratorInterface $urlGenerator, Symfony\Component\HttpFoundation\RequestMatcherInterface $requestMatcher, SM\Factory\FactoryInterface $stateMachineFactory )
getSubscribedEvents ( )
onKernelRequest ( GetResponseEvent $event )

Private Methods

Méthode Description
getReferer ( Request $request ) : null | string
getRequestedGraph ( Request $request ) : string
getRequestedTransition ( Request $request ) : string

Method Details

__construct() public méthode

public __construct ( Sylius\Component\Order\Context\CartContextInterface $cartContext, Symfony\Component\Routing\Generator\UrlGeneratorInterface $urlGenerator, Symfony\Component\HttpFoundation\RequestMatcherInterface $requestMatcher, SM\Factory\FactoryInterface $stateMachineFactory )
$cartContext Sylius\Component\Order\Context\CartContextInterface
$urlGenerator Symfony\Component\Routing\Generator\UrlGeneratorInterface
$requestMatcher Symfony\Component\HttpFoundation\RequestMatcherInterface
$stateMachineFactory SM\Factory\FactoryInterface

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

onKernelRequest() public méthode

public onKernelRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent