* increase version for all reports of a dataset * @param int $datasetId * @return bool * @throws Exception */
(int $datasetId)
| 621 | * @throws Exception |
| 622 | */ |
| 623 | public function increaseVersionByDataset(int $datasetId): bool { |
| 624 | return $this->ReportMapper->increaseVersionByDataset($datasetId); |
| 625 | } |
| 626 | |
| 627 | private function floatvalue($val) { |
| 628 | // if value is a 3 digit comma number with one leading zero like 0,111, it should not go through the 1000 separator removal |
no outgoing calls
no test coverage detected