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

Method updateGroup

lib/Service/PanoramaService.php:175–180  ·  view source on GitHub ↗
(int $panoramaId, int $groupId)

Source from the content-addressed store, hash-verified

173 }
174
175 public function updateGroup(int $panoramaId, int $groupId): bool {
176 if (!$this->isOwn($panoramaId) || !$this->isValidParent($groupId, $panoramaId)) {
177 return false;
178 }
179 return $this->PanoramaMapper->updateGroup($panoramaId, $groupId);
180 }
181
182 /**
183 * rename panorama

Callers

nothing calls this directly

Calls 2

isOwnMethod · 0.95
isValidParentMethod · 0.95

Tested by

no test coverage detected