Neos\Neos\Domain\Model\Dto\AssetUsageInNodeProperties::getDocumentNode PHP Метод

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

Returns the parent document node of the node where the asset is used.
public getDocumentNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface
Результат Neos\ContentRepository\Domain\Model\NodeInterface
    public function getDocumentNode()
    {
        return $this->documentNode;
    }