Neos\Fusion\TypoScriptObjects\MatcherImplementation::getRenderPath PHP Метод

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

A path to a TypoScript configuration
public getRenderPath ( ) : string
Результат string
    public function getRenderPath()
    {
        return $this->tsValue('renderPath');
    }