PHP Класс spec\Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetterSpec

Автор: Kamil Kokot ([email protected])
Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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