Neos\Neos\TypoScript\NodeUriImplementation::getBaseNodeName PHP 메소드

getBaseNodeName() 공개 메소드

The name of the base node inside the TypoScript context to use for resolving relative paths.
public getBaseNodeName ( ) : string
리턴 string
    public function getBaseNodeName()
    {
        return $this->tsValue('baseNodeName');
    }