Neos\Neos\EventLog\Domain\Model\Event::getTimestamp PHP 메소드

getTimestamp() 공개 메소드

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