You are here

public function Report::setParameters in Forena Reports 7.5

1 call to Report::setParameters()
Report::__construct in src/Report.php

File

src/Report.php, line 86
Basic report provider. Controls the rendering of the report.

Class

Report

Namespace

Drupal\forena

Code

public function setParameters($parms) {
  $this->data = $parms;
  if ($parms) {
    $this->data_passed = TRUE;
  }
}