* Update report options * * @param int $reportId * @param $chartoptions * @param $dataoptions * @param $filteroptions * @param $tableoptions * @return bool * @throws Exception */
(int $reportId, $chartoptions, $dataoptions, $filteroptions, $tableoptions)
| 562 | * @throws Exception |
| 563 | */ |
| 564 | public function updateOptions(int $reportId, $chartoptions, $dataoptions, $filteroptions, $tableoptions) { |
| 565 | return $this->ReportMapper->updateOptions($reportId, $chartoptions, $dataoptions, $filteroptions, $tableoptions); |
| 566 | } |
| 567 | |
| 568 | /** |
| 569 | * get report refresh options |
no outgoing calls
no test coverage detected