PHP 클래스 Sylius\Bundle\CoreBundle\EventListener\ShopUserLogoutHandler

저자: Mateusz Zalewski ([email protected])
상속: extends Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
__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