Neos\Neos\EventLog\Domain\Model\Event::getTimestamp PHP Méthode

getTimestamp() public méthode

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