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

setLayoutRootPaths() 공개 메소드

Set the root path(s) to the layouts.
public setLayoutRootPaths ( array $layoutRootPaths ) : void
$layoutRootPaths array Root path to the layouts
리턴 void
    public function setLayoutRootPaths(array $layoutRootPaths)
    {
        $this->baseRenderingContext->getTemplatePaths()->setLayoutRootPaths($layoutRootPaths);
    }