PHP Класс spec\Sylius\Bundle\CoreBundle\EventListener\ShopUserLogoutHandlerSpec

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

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

Метод Описание
it_clears_cart_session_after_logging_out_and_return_default_handler_response ( Sylius\Component\Channel\Context\ChannelContextInterface $channelContext, Sylius\Component\Core\Model\ChannelInterface $channel, HttpUtils $httpUtils, Request $request, Response $response, Symfony\Component\HttpFoundation\Session\SessionInterface $session )
it_implements_logout_success_handler_interface ( )
it_is_default_logout_success_handler ( )
it_is_initializable ( )
let ( HttpUtils $httpUtils, Symfony\Component\HttpFoundation\Session\SessionInterface $session, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext )

Описание методов

it_clears_cart_session_after_logging_out_and_return_default_handler_response() публичный Метод

public it_clears_cart_session_after_logging_out_and_return_default_handler_response ( Sylius\Component\Channel\Context\ChannelContextInterface $channelContext, Sylius\Component\Core\Model\ChannelInterface $channel, HttpUtils $httpUtils, Request $request, Response $response, Symfony\Component\HttpFoundation\Session\SessionInterface $session )
$channelContext Sylius\Component\Channel\Context\ChannelContextInterface
$channel Sylius\Component\Core\Model\ChannelInterface
$httpUtils Symfony\Component\Security\Http\HttpUtils
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$session Symfony\Component\HttpFoundation\Session\SessionInterface

it_implements_logout_success_handler_interface() публичный Метод

it_is_default_logout_success_handler() публичный Метод

it_is_initializable() публичный Метод

public it_is_initializable ( )

let() публичный Метод

public let ( HttpUtils $httpUtils, Symfony\Component\HttpFoundation\Session\SessionInterface $session, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext )
$httpUtils Symfony\Component\Security\Http\HttpUtils
$session Symfony\Component\HttpFoundation\Session\SessionInterface
$channelContext Sylius\Component\Channel\Context\ChannelContextInterface