eZ\Publish\Core\MVC\Symfony\Controller\SecurityController::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Templating\EngineInterface $templateEngine, eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver, Symfony\Component\Security\Http\Authentication\AuthenticationUtils $authenticationUtils )
$templateEngine Symfony\Component\Templating\EngineInterface
$configResolver eZ\Publish\Core\MVC\ConfigResolverInterface
$authenticationUtils Symfony\Component\Security\Http\Authentication\AuthenticationUtils
    public function __construct(EngineInterface $templateEngine, ConfigResolverInterface $configResolver, AuthenticationUtils $authenticationUtils)
    {
        $this->templateEngine = $templateEngine;
        $this->configResolver = $configResolver;
        $this->authenticationUtils = $authenticationUtils;
    }
SecurityController