Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAgent()
 {
     return $this->hasOne(WxbizAgent::className(), ['id' => 'agent_id']);
 }
Esempio n. 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAgents()
 {
     return $this->hasMany(WxbizAgent::className(), ['role_id' => 'id']);
 }