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

Method read

lib/Service/PanoramaService.php:106–109  ·  view source on GitHub ↗

* get own report details * * @param int $panoramaId * @return array * @throws Exception */

(int $panoramaId)

Source from the content-addressed store, hash-verified

104 * @throws Exception
105 */
106 public function read(int $panoramaId) {
107 $ownReport = $this->PanoramaMapper->readOwn($panoramaId);
108 return $ownReport;
109 }
110
111 /**
112 * check if own report

Callers

nothing calls this directly

Calls 1

readOwnMethod · 0.45

Tested by

no test coverage detected