예제 #1
0
 public function getContact()
 {
     return $this->hasOne(Contact::className(), ['ID' => 'ContactID']);
 }