コード例 #1
0
ファイル: UpdatableTrait.php プロジェクト: jivoo/data
 /**
  * Execute updates.
  *
  * @return int Number of updated records.
  */
 public function update()
 {
     $selection = new UpdateSelectionBuilder($this->getSource());
     return $selection->update();
 }