예제 #1
0
 /**
  * Commit transaction
  *
  * Commit transaction, or throw exceptions if no transactions has been started.
  *
  * @throws \RuntimeException If no transaction has been started
  */
 public function commit()
 {
     $this->backend->commit();
 }