21 public function getUsers(array $user_ids, $with_superios =
false, $with_positions =
false)
26 $org_unit_user_repository->withSuperiors();
28 if ($with_positions) {
29 $org_unit_user_repository->withPositions();
32 return $org_unit_user_repository->getOrgUnitUsers($user_ids);
38 $org_unit_user_repository->withSuperiors();
40 return $org_unit_user_repository->getEmailAdressesOfSuperiors($user_ids);
getUsers(array $user_ids, $with_superios=false, $with_positions=false)
Class ilOrgUnitUserRepository.
getEmailAdressesOfSuperiors(array $user_ids)