コード例 #1
0
 /**
  * Override to provide an implementation of a database transaction commit.
  */
 protected function commit()
 {
     $this->pdo->commit();
 }