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