* get own report details * * @param int $panoramaId * @return array * @throws Exception */
(int $panoramaId)
| 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 |