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