PHP 클래스 Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver

저자: Arkadiusz Krakowiak ([email protected])
상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__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 )

비공개 메소드들

메소드 설명
getReferer ( Request $request ) : null | string
getRequestedGraph ( Request $request ) : string
getRequestedTransition ( Request $request ) : string

메소드 상세

__construct() 공개 메소드

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 getSubscribedEvents ( )

onKernelRequest() 공개 메소드

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