Neos\ContentRepository\Security\Authorization\Privilege\Node\NodePrivilegeSubject::getNode PHP Method

getNode() public method

public getNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface
return Neos\ContentRepository\Domain\Model\NodeInterface
    public function getNode()
    {
        return $this->node;
    }