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