/** * @return \yii\db\ActiveQuery */ public function getWefo() { return $this->hasOne(RefWefo::className(), ['id' => 'wefo_id']); }
/** * @return \yii\db\ActiveQuery */ public function getRefWefos() { return $this->hasMany(RefWefo::className(), ['status_id' => 'id']); }