Esempio n. 1
0
 /**
  * Execute updates.
  *
  * @return int Number of updated records.
  */
 public function update()
 {
     $selection = new UpdateSelectionBuilder($this->getSource());
     return $selection->update();
 }