FluidTYPO3\Flux\View\ExposedTemplateView::setTemplatePaths PHP Метод

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

public setTemplatePaths ( TemplatePaths $templatePaths ) : void
$templatePaths TemplatePaths
Результат void
    public function setTemplatePaths(TemplatePaths $templatePaths)
    {
        $this->setTemplateRootPaths($templatePaths->getTemplateRootPaths());
        $this->setLayoutRootPaths($templatePaths->getLayoutRootPaths());
        $this->setPartialRootPaths($templatePaths->getPartialRootPaths());
    }