Пример #1
0
 public function groups()
 {
     $repo = new UserRepo();
     return $repo->findGroups($this->id);
 }