PHP Class Sylius\Bundle\CoreBundle\EventListener\ShopUserLogoutHandler

Author: Mateusz Zalewski ([email protected])
Inheritance: extends Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler
显示文件 Open project: sylius/sylius

Public Methods

Method Description
__construct ( HttpUtils $httpUtils, $targetUrl, Symfony\Component\HttpFoundation\Session\SessionInterface $session, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext )
onLogoutSuccess ( Request $request )

Method Details

__construct() public method

public __construct ( HttpUtils $httpUtils, $targetUrl, 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

onLogoutSuccess() public method

public onLogoutSuccess ( Request $request )
$request Symfony\Component\HttpFoundation\Request