Beispiel #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getLotPreferences()
 {
     return $this->hasOne(LotPreference::className(), ['lots' => 'id']);
 }
Beispiel #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getLotPreferences()
 {
     return $this->hasMany(LotPreference::className(), ['brand' => 'id']);
 }