_commit() protected method

Commit a transaction.
protected _commit ( )
 public function _commit()
 {
     parent::_commit();
     /**
      * Auto-Commit must be tunerd on again after ending a transation
      * This is the default behavior
      */
     $this->getConnection()->setAttribute(PDO::ATTR_AUTOCOMMIT, 1);
 }