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