Newscoop\NewscoopBundle\Security\Http\Authentication\FrontendLogoutSuccessHandler::__construct PHP Метод

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

public __construct ( HttpUtils $httpUtils, string $targetUrl, $securityContext )
$httpUtils Symfony\Component\Security\Http\HttpUtils
$targetUrl string
    public function __construct(HttpUtils $httpUtils, $targetUrl, $securityContext)
    {
        parent::__construct($httpUtils, $targetUrl);
        $this->securityContext = $securityContext;
    }
FrontendLogoutSuccessHandler