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