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

Method getReportByToken

lib/Service/ShareService.php:135–138  ·  view source on GitHub ↗

* get all report by token * * @param $token * @return array */

($token)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

replaceTextVariablesMethod · 0.80

Tested by

no test coverage detected