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

Method updateOptions

lib/Service/ReportService.php:564–566  ·  view source on GitHub ↗

* Update report options * * @param int $reportId * @param $chartoptions * @param $dataoptions * @param $filteroptions * @param $tableoptions * @return bool * @throws Exception */

(int $reportId, $chartoptions, $dataoptions, $filteroptions, $tableoptions)

Source from the content-addressed store, hash-verified

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

Callers 2

importMethod · 0.95
createCopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected