Neos\Neos\EventLog\Domain\Model\Event::getTimestamp PHP Method

getTimestamp() public method

Return the timestamp of this event
public getTimestamp ( ) : DateTime
return DateTime
    public function getTimestamp()
    {
        return $this->timestamp;
    }