Esempio n. 1
0
 /**
  * To rollback the Transaction
  */
 protected function rollback()
 {
     $this->objDbConn->rollBack();
 }