예제 #1
0
 public function getResumes()
 {
     return $this->hasOne(Resumes::className(), ['id' => 'resume_id']);
 }
예제 #2
0
 public function getResumes()
 {
     return $this->hasOne(Resumes::className(), ['candidate_file_id' => 'id']);
 }