Neos\FluidAdaptor\View\StandaloneView::setTemplateRootPaths PHP Méthode

setTemplateRootPaths() public méthode

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