18 public function getUsers(array $user_ids,
bool $with_superios =
false,
bool $with_positions =
false): array
23 $org_unit_user_repository->withSuperiors();
25 if ($with_positions) {
26 $org_unit_user_repository->withPositions();
29 return $org_unit_user_repository->getOrgUnitUsers($user_ids);
39 $org_unit_user_repository->withSuperiors();
41 return $org_unit_user_repository->getEmailAdressesOfSuperiors($user_ids);
getUsers(array $user_ids, bool $with_superios=false, bool $with_positions=false)
Class ilOrgUnitUserRepository.
getEmailAdressesOfSuperiors(array $user_ids)