예제 #1
0
파일: db_lib.php 프로젝트: nchopra/C4G-BLIS
 public function getReportConfig($report_id)
 {
     # Returns report config parameters for this lab
     return ReportConfig::getById($this->id, $report_id);
 }