Newscoop\Entity\AutoId::setLogTimestamp PHP 메소드

setLogTimestamp() 공개 메소드

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