Newscoop\Entity\Comment\Commenter::setTimeUpdated PHP 메소드

setTimeUpdated() 공개 메소드

Set time updated
public setTimeUpdated ( DateTime $datetime ) : Newscoop\Entity\Comment\Commenter
$datetime DateTime
리턴 Newscoop\Entity\Comment\Commenter
    public function setTimeUpdated(DateTime $datetime)
    {
        $this->time_updated = $datetime;
        return $this;
    }