Пример #1
0
 public function getBedrijf()
 {
     return $this->hasOne(Bedrijf::className(), ['bedrijfid' => 'bedrijfid']);
 }