Scheb\TwoFactorBundle\Security\TwoFactor\Renderer::__construct PHP Метод

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

public __construct ( Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templating, $formTemplate )
$templating Symfony\Bundle\FrameworkBundle\Templating\EngineInterface
    public function __construct(EngineInterface $templating, $formTemplate)
    {
        $this->templating = $templating;
        $this->formTemplate = $formTemplate;
    }