コード例 #1
0
ファイル: PwCron.php プロジェクト: chendong0444/phpwind
 public function updateCron(PwCronDm $dm)
 {
     $resource = $dm->beforeUpdate();
     if ($resource instanceof PwError) {
         return $resource;
     }
     return $this->_getDao()->updateCron($dm->cronId, $dm->getData());
 }