PHP Class spec\Sylius\Bundle\CoreBundle\EventListener\ShopUserLogoutHandlerSpec

Author: Mateusz Zalewski ([email protected])
Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
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 )

Method Details

it_clears_cart_session_after_logging_out_and_return_default_handler_response() public méthode

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() public méthode

it_is_default_logout_success_handler() public méthode

it_is_initializable() public méthode

public it_is_initializable ( )

let() public méthode

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