Exemplo n.º 1
0
 public function getReportConfig($report_id)
 {
     # Returns report config parameters for this lab
     return ReportConfig::getById($this->id, $report_id);
 }