コード例 #1
0
ファイル: AtomFeed.php プロジェクト: derekyu1437/davical
 public function setDateModified($epoch)
 {
     $this->updated = AtomEntry::setDate('updated', $epoch);
     return $this->updated;
 }