Newscoop\Entity\Comment\Commenter::setTimeUpdated PHP Method

setTimeUpdated() public method

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