コード例 #1
0
ファイル: db_lib.php プロジェクト: nchopra/C4G-BLIS
 public function getWorksheetConfig($test_type_id)
 {
     return ReportConfig::getByTestTypeId($this->id, $test_type_id);
 }