public function setDateModified($epoch) { $this->updated = AtomEntry::setDate('updated', $epoch); return $this->updated; }