users); if (in_array($username, $users)) { $groups = array_merge($groups, String::trimSplit($section->groups)); } } return $groups; } }