3 declare(strict_types=1);
    24         protected string $public_name,
    25         protected string $sortable_public_name
    34             (!$DIC->user()->isAnonymous() && $this->aggregated_user->getPref(
'public_profile') === 
'y') ||
    35             $this->aggregated_user->getPref(
'public_profile') === 
'g'    41         return $this->public_name;
    46         return $this->sortable_public_name;
    51         return $this->aggregated_user;
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(protected ilObjUser $aggregated_user, protected string $public_name, protected string $sortable_public_name)