Neos\Fusion\TypoScriptObjects\TemplateImplementation::getPartialRootPath PHP Метод

getPartialRootPath() публичный Метод

Path to the partial root
public getPartialRootPath ( ) : string
Результат string
    public function getPartialRootPath()
    {
        return $this->tsValue('partialRootPath');
    }