Neos\ContentRepository\Domain\Model\Node::getLastModificationDateTime PHP Method

getLastModificationDateTime() public method

public getLastModificationDateTime ( ) : DateTimeInterface
return DateTimeInterface
    public function getLastModificationDateTime()
    {
        return $this->nodeData->getLastModificationDateTime();
    }
Node