* read all thresholds for a dataset without any replaced text variables * * @param int $reportId * @return array */
(int $reportId)
| 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 |
no test coverage detected