Neos\ContentRepository\Domain\Model\Node::getPath PHP 메소드

getPath() 공개 메소드

Returns the path of this node
public getPath ( ) : string
리턴 string
    public function getPath()
    {
        return $this->nodeData->getPath();
    }
Node