コード例 #1
0
ファイル: PwTorrentAgent.php プロジェクト: LastRitter/WindPT
 public function updateTorrentAgent(PwTorrentAgentDm $dm, $fetchmode = self::FETCH_MAIN)
 {
     if (($result = $dm->beforeUpdate()) !== true) {
         return $result;
     }
     return $this->_getDao($fetchmode)->updateTorrentAgent($dm->id, $dm->getData(), $dm->getIncreaseData());
 }