3 declare(strict_types=1);
42 foreach ($relations as $usr_id => $relation) {
47 if (!$user->getActive()) {
51 if ($ignore_myself && $user->getId() === $DIC->user()->getId()) {
55 $user_data[$user->getId()] = $user;
static getInstanceByGlobalUser()
getPopulatedGroup(array $users)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id