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

Method updateGroup

lib/Service/DatasetService.php:217–224  ·  view source on GitHub ↗
(int $datasetId, int $groupId)

Source from the content-addressed store, hash-verified

215 }
216
217 public function updateGroup(int $datasetId, int $groupId): bool {
218 if (!$this->isOwn($datasetId)) {
219 return false;
220 }
221 $result = $this->DatasetMapper->updateGroup($datasetId, $groupId);
222 $this->ReportMapper->increaseVersionByDataset($datasetId);
223 return $result;
224 }
225
226 /**
227 * rename dataset

Callers

nothing calls this directly

Calls 2

isOwnMethod · 0.95

Tested by

no test coverage detected