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

getSectionName() 공개 메소드

Name of a specific section, if only this section should be rendered.
public getSectionName ( ) : string
리턴 string
    public function getSectionName()
    {
        return $this->tsValue('sectionName');
    }