You are here

public function FrxReport::setParameters in Forena Reports 7.4

1 call to FrxReport::setParameters()
FrxReport::__construct in ./FrxReport.inc

File

./FrxReport.inc, line 98
Basic report provider. Controls the rendering of the report.

Class

FrxReport

Code

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