Example #1
0
 public function getPerson()
 {
     return $this->hasOne(Person::className(), ['id' => 'person_id']);
 }