Example #1
0
 public function getAssignment()
 {
     return $this->hasOne(Assignment::className(), ['id' => 'obj_id'])->andWhere(['bid_type' => R::BID_ASSIGNMENT]);
 }