Ejemplo n.º 1
0
 /**
  * @param MapperInterface $mapper
  */
 public function rollback(MapperInterface $mapper)
 {
     $writeAdapter = $mapper->getWriteAdapter();
     $writeAdapter->rollback();
 }