Example #1
0
 /**
  * Set if index/delete actions should commit or if several actions is to be expected
  *
  * This should be set to false before group of actions and true before the last one
  *
  * @param bool $commit
  */
 public function setCommit($commit)
 {
     $this->gateway->setCommit($commit);
 }