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

Method delete

lib/Service/PanoramaService.php:203–207  ·  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

201 * @throws Exception
202 */
203 public function delete(int $reportId) {
204 $this->ActivityManager->triggerEvent($reportId, ActivityManager::OBJECT_PANORAMA, ActivityManager::SUBJECT_PANORAMA_DELETE);
205 $this->PanoramaMapper->delete($reportId);
206 return 'true';
207 }
208
209 /**
210 * get dataset by user

Callers

nothing calls this directly

Calls 1

triggerEventMethod · 0.80

Tested by

no test coverage detected