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;
getPopulatedGroup(array $users)
static getInstanceByGlobalUser(ilObjUser $user=null)
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id