Example #1
0
 public function getUserJob()
 {
     return $this->hasOne(UserJob::className(), ['_id' => '_id']);
 }