Neos\FluidAdaptor\View\StandaloneView::setTemplateRootPaths PHP 메소드

setTemplateRootPaths() 공개 메소드

Set the root path(s) to the templates.
public setTemplateRootPaths ( array $templateRootPaths ) : void
$templateRootPaths array Root paths to the templates.
리턴 void
    public function setTemplateRootPaths(array $templateRootPaths)
    {
        $this->baseRenderingContext->getTemplatePaths()->setTemplateRootPaths($templateRootPaths);
    }