Example #1
0
 public function getV3BidLocals()
 {
     return $this->hasMany(V3BidLocal::className(), ['bidid' => 'bidid']);
 }