Newscoop\Entity\Rating::setTimeUpdated PHP Method

setTimeUpdated() public method

Set timeupdated
public setTimeUpdated ( DateTime $p_datetime ) : Newscoop\Entity\Rating
$p_datetime DateTime
return Newscoop\Entity\Rating
    public function setTimeUpdated(\DateTime $p_datetime)
    {
        $this->timeUpdated = $p_datetime;
        return $this;
    }