예제 #1
0
파일: Project.php 프로젝트: quynhvv/stepup
 public static function getCandidatesOptions()
 {
     return ArrayHelper::map(UserJobSeekerResume::find()->where([])->asArray()->all(), '_id', 'candidate_id');
 }