FluidTYPO3\Flux\View\ExposedTemplateView::setTemplatePaths PHP Method

setTemplatePaths() public method

public setTemplatePaths ( TemplatePaths $templatePaths ) : void
$templatePaths TemplatePaths
return void
    public function setTemplatePaths(TemplatePaths $templatePaths)
    {
        $this->setTemplateRootPaths($templatePaths->getTemplateRootPaths());
        $this->setLayoutRootPaths($templatePaths->getLayoutRootPaths());
        $this->setPartialRootPaths($templatePaths->getPartialRootPaths());
    }