* get all report by token * * @param $token * @return array */
($token)
| 133 | * @return array |
| 134 | */ |
| 135 | public function getReportByToken($token) { |
| 136 | $reportId = $this->ShareMapper->getReportByToken($token); |
| 137 | return $this->VariableService->replaceTextVariables($reportId); |
| 138 | } |
| 139 | |
| 140 | /** |
| 141 | * verify password hahes |
nothing calls this directly
no test coverage detected