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

Method updateOptions

lib/Service/ReportService.php:558–560  ·  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

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

Callers 2

importMethod · 0.95
createCopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected