* Update report options * * @param int $reportId * @param $chartoptions * @param $dataoptions * @param $filteroptions * @param $tableoptions * @return bool * @throws Exception */
(int $reportId, $chartoptions, $dataoptions, $filteroptions, $tableoptions)
| 556 | * @throws Exception |
| 557 | */ |
| 558 | public function updateOptions(int $reportId, $chartoptions, $dataoptions, $filteroptions, $tableoptions) { |
| 559 | return $this->ReportMapper->updateOptions($reportId, $chartoptions, $dataoptions, $filteroptions, $tableoptions); |
| 560 | } |
| 561 | |
| 562 | /** |
| 563 | * get report refresh options |
no outgoing calls
no test coverage detected