Newscoop\NewscoopBundle\Security\Http\Authentication\AuthenticationFrontendSuccessHandler::__construct PHP Method

__construct() public method

Constructor
public __construct ( HttpUtils $httpUtils, array $options, Newscoop\Services\Auth\DoctrineAuthService $authAdapter, UserService $userService )
$httpUtils Symfony\Component\Security\Http\HttpUtils
$options array
$authAdapter Newscoop\Services\Auth\DoctrineAuthService
$userService UserService
    public function __construct(HttpUtils $httpUtils, array $options, $authAdapter, $userService)
    {
        $this->authAdapter = $authAdapter;
        $this->userService = $userService;
        parent::__construct($httpUtils, $options);
    }
AuthenticationFrontendSuccessHandler