MCPcopy Create free account
hub / github.com/Rello/analytics / increaseVersionByDataset

Method increaseVersionByDataset

lib/Service/ReportService.php:657–659  ·  view source on GitHub ↗

* increase version for all reports of a dataset * @param int $datasetId * @return bool * @throws Exception */

(int $datasetId)

Source from the content-addressed store, hash-verified

655 * @throws Exception
656 */
657 public function increaseVersionByDataset(int $datasetId): bool {
658 return $this->ReportMapper->increaseVersionByDataset($datasetId);
659 }
660
661 private function floatvalue($val) {
662 // if value is a 3 digit comma number with one leading zero like 0,111, it should not go through the 1000 separator removal

Callers 7

updateMethod · 0.45
deleteMethod · 0.45
deleteWithFilterMethod · 0.45
updateMethod · 0.45
updateGroupMethod · 0.45
renameMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected