34 public function getUsers(array $user_ids,
bool $with_superios =
false,
bool $with_positions =
false): array
39 $org_unit_user_repository->withSuperiors();
41 if ($with_positions) {
42 $org_unit_user_repository->withPositions();
45 return $org_unit_user_repository->getOrgUnitUsers($user_ids);
55 $org_unit_user_repository->withSuperiors();
57 return $org_unit_user_repository->getEmailAdressesOfSuperiors($user_ids);
getUsers(array $user_ids, bool $with_superios=false, bool $with_positions=false)
Class ilOrgUnitUserRepository.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getEmailAdressesOfSuperiors(array $user_ids)