コード例 #1
0
ファイル: BaseExam.php プロジェクト: rubedkhan2149/2149
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCategory()
 {
     return $this->hasOne(MasterCategory::className(), ['id' => 'category_id']);
 }