Exemplo n.º 1
0
 public function getUser()
 {
     return $this->hasOne(UcenterMember::className(), ['id' => 'uid']);
 }
Exemplo n.º 2
0
 public function getTypemaxUser()
 {
     return $this->hasOne(UcenterMember::className(), ['id' => 'maxcreditor']);
 }