setTimeUpdated() public method

Set time updated
public setTimeUpdated ( DateTime $p_datetime ) : Newscoop\Entity\Feedback
$p_datetime DateTime
return Newscoop\Entity\Feedback
 public function setTimeUpdated(\DateTime $p_datetime)
 {
     $this->__load();
     return parent::setTimeUpdated($p_datetime);
 }