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

Method readRaw

lib/Service/ThresholdService.php:59–61  ·  view source on GitHub ↗

* read all thresholds for a dataset without any replaced text variables * * @param int $reportId * @return array */

(int $reportId)

Source from the content-addressed store, hash-verified

57 * @return array
58 */
59 public function readRaw(int $reportId) {
60 return $this->ThresholdMapper->getThresholdsByReport($reportId);
61 }
62
63 /**
64 * create new threshold for dataset

Callers 1

readMethod · 0.80

Calls 1

getThresholdsByReportMethod · 0.80

Tested by

no test coverage detected