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

Method delete

lib/Service/PanoramaService.php:187–191  ·  view source on GitHub ↗

* Delete Dataset and all depending objects * * @param int $reportId * @return string * @throws Exception */

(int $reportId)

Source from the content-addressed store, hash-verified

185 * @throws Exception
186 */
187 public function delete(int $reportId) {
188 $this->ActivityManager->triggerEvent($reportId, ActivityManager::OBJECT_PANORAMA, ActivityManager::SUBJECT_PANORAMA_DELETE);
189 $this->PanoramaMapper->delete($reportId);
190 return 'true';
191 }
192
193 /**
194 * get dataset by user

Callers

nothing calls this directly

Calls 1

triggerEventMethod · 0.80

Tested by

no test coverage detected