Neos\Fusion\TypoScriptObjects\TemplateImplementation::getLayoutRootPath PHP 메소드

getLayoutRootPath() 공개 메소드

Path to the layout root
public getLayoutRootPath ( ) : string
리턴 string
    public function getLayoutRootPath()
    {
        return $this->tsValue('layoutRootPath');
    }