PHP Класс Sylius\Bundle\CoreBundle\EventListener\ShopUserLogoutHandler

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

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

Метод Описание
__construct ( HttpUtils $httpUtils, $targetUrl, Symfony\Component\HttpFoundation\Session\SessionInterface $session, Sylius\Component\Channel\Context\ChannelContextInterface $channelContext )
onLogoutSuccess ( Request $request )

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

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

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 onLogoutSuccess ( Request $request )
$request Symfony\Component\HttpFoundation\Request