Ejemplo n.º 1
0
 /**
  * @return array
  */
 public function getGroupsForUser($user)
 {
     return $this->repository->findAllForUser($user);
 }