Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 protected function initTransaction($table_name, &$id_fields = null, $id_types = null, $require_ids = true)
 {
     $this->collection = $this->selectTable($table_name);
     return parent::initTransaction($table_name, $id_fields, $id_types, $require_ids);
 }
Esempio n. 2
0
 /**
  * {@inheritdoc}
  */
 protected function initTransaction($table_name, &$id_fields = null, $id_types = null, $require_ids = true)
 {
     $this->batchOps = null;
     $this->backupOps = null;
     return parent::initTransaction($table_name, $id_fields, $id_types, $require_ids);
 }