38 $this->lng = $DIC->language();
53 $pub_prof = in_array(
$user->prefs[
"public_profile"], [
54 self::PROFILE_DISABLED,
55 self::PROFILE_ENABLED_LOGGED_IN_USERS,
56 self::PROFILE_ENABLED_GLOBAL
58 ?
$user->prefs[
"public_profile"]
59 : self::PROFILE_DISABLED;
60 if (!
$settings->get(
'enable_global_profiles') && $pub_prof == self::PROFILE_ENABLED_GLOBAL) {
61 $pub_prof = self::PROFILE_ENABLED_LOGGED_IN_USERS;
73 return in_array($this->
getMode(), [self::PROFILE_ENABLED_LOGGED_IN_USERS,
74 self::PROFILE_ENABLED_GLOBAL
92 case self::PROFILE_DISABLED:
93 return $lng->txt(
"usr_public_profile_disabled");
95 case self::PROFILE_ENABLED_LOGGED_IN_USERS:
96 return $lng->txt(
"usr_public_profile_logged_in");
98 case self::PROFILE_ENABLED_GLOBAL:
99 return $lng->txt(
"usr_public_profile_global");
Personal profile publishing mode of a iser.
const PROFILE_ENABLED_LOGGED_IN_USERS
isEnabled()
Is profile enabled.
getModeInfo(string $mode=null)
Get mode info.
__construct(ilObjUser $user, ilSetting $settings)
Constructor.
const PROFILE_ENABLED_GLOBAL