Newscoop\Entity\AutoId::setLogTimestamp PHP Method

setLogTimestamp() public method

Set logTimestamp
public setLogTimestamp ( DateTime $logTimestamp ) : datetime
$logTimestamp DateTime
return datetime
    public function setLogTimestamp(\DateTime $logTimestamp)
    {
        $this->logTimestamp = $logTimestamp;
        return $this;
    }