eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Templating\EngineInterface $templateEngine, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
$templateEngine Symfony\Component\Templating\EngineInterface
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function __construct(TemplateEngine $templateEngine, EventDispatcherInterface $eventDispatcher)
    {
        $this->templateEngine = $templateEngine;
        $this->eventDispatcher = $eventDispatcher;
    }
TemplateRenderer