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