Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getRole()
 {
     return $this->hasOne(WxbizRole::className(), ['id' => 'role_id']);
 }
Example #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getRoles()
 {
     return $this->hasMany(WxbizRole::className(), ['corp_id' => 'id']);
 }