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

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

Path to the template which should be rendered
public getTemplatePath ( ) : string
Результат string
    public function getTemplatePath()
    {
        return $this->tsValue('templatePath');
    }