Esempio n. 1
0
 public function getRolesAssignment()
 {
     return AuthAssignment::find()->where(['user_id' => $this->id])->all();
 }