コード例 #1
0
ファイル: db_lib.php プロジェクト: caseyi/BLIS
 public function getTestName()
 {
     $id = $this->testTypeId;
     return TestType::getNameById($id);
 }