コード例 #1
0
ファイル: Degree.php プロジェクト: RomarioLopezC/RobotSS
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getStudentProfiles()
 {
     return $this->hasMany(StudentProfile::className(), ['degree_id' => 'id']);
 }