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

getPartialRootPath() 공개 메소드

Path to the partial root
public getPartialRootPath ( ) : string
리턴 string
    public function getPartialRootPath()
    {
        return $this->tsValue('partialRootPath');
    }