public function FrxReport::setParameters in Forena Reports 7.4
1 call to FrxReport::setParameters()
File
- ./
FrxReport.inc, line 98 - Basic report provider. Controls the rendering of the report.
Class
Code
public function setParameters($parms) {
$this->data = $parms;
if ($parms) {
$this->data_passed = TRUE;
}
}