PHP 클래스 spec\Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetterSpec

저자: Kamil Kokot ([email protected])
상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
it_is_initializable ( )
it_sets_locale_and_default_locale_on_request ( Sylius\Component\Locale\Context\LocaleContextInterface $localeContext, Sylius\Component\Locale\Provider\LocaleProviderInterface $localeProvider, GetResponseEvent $event, Request $request )
let ( Sylius\Component\Locale\Context\LocaleContextInterface $localeContext, Sylius\Component\Locale\Provider\LocaleProviderInterface $localeProvider )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_sets_locale_and_default_locale_on_request() 공개 메소드

public it_sets_locale_and_default_locale_on_request ( Sylius\Component\Locale\Context\LocaleContextInterface $localeContext, Sylius\Component\Locale\Provider\LocaleProviderInterface $localeProvider, GetResponseEvent $event, Request $request )
$localeContext Sylius\Component\Locale\Context\LocaleContextInterface
$localeProvider Sylius\Component\Locale\Provider\LocaleProviderInterface
$event Symfony\Component\HttpKernel\Event\GetResponseEvent
$request Symfony\Component\HttpFoundation\Request

let() 공개 메소드

public let ( Sylius\Component\Locale\Context\LocaleContextInterface $localeContext, Sylius\Component\Locale\Provider\LocaleProviderInterface $localeProvider )
$localeContext Sylius\Component\Locale\Context\LocaleContextInterface
$localeProvider Sylius\Component\Locale\Provider\LocaleProviderInterface