コード例 #1
0
ファイル: Report.php プロジェクト: CFGLondon/team-20
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getProblemCategory()
 {
     return $this->hasOne(ProblemCategory::className(), ['id_problem_category' => 'problem_category']);
 }