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

Method read

lib/Controller/ThresholdController.php:40–44  ·  view source on GitHub ↗

* read all thresholds for a dataset * * @param int $reportId * @return array */

(int $reportId)

Source from the content-addressed store, hash-verified

38 * @return array
39 */
40 #[NoAdminRequired]
41 public function read(int $reportId)
42 {
43 return $this->ThresholdService->readRaw($reportId);
44 }
45
46 /**
47 * create new threshold for dataset

Callers

nothing calls this directly

Calls 1

readRawMethod · 0.80

Tested by

no test coverage detected