Ejemplo n.º 1
0
 public function findUserInvitedGroupsCount($userId, $newOnly = false)
 {
     return $this->groupDao->findUserInvitedGroupsCount($userId, $newOnly);
 }