ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Personal profile publishing mode of a user. More...
Public Member Functions | |
__construct (private readonly Language $lng, private readonly \ilSetting $settings, private readonly \ilObjUser $user) | |
getMode () | |
isEnabled () | |
getModeInfo (?string $mode=null) | |
Data Fields | |
const | PROFILE_DISABLED = 'n' |
const | PROFILE_ENABLED_LOGGED_IN_USERS = 'y' |
const | PROFILE_ENABLED_GLOBAL = 'g' |
ILIAS\User\Profile\Mode::getMode | ( | ) |
Definition at line 42 of file Mode.php.
References null, ILIAS\Repository\settings(), and ILIAS\Repository\user().
Referenced by ILIAS\User\Profile\Mode\getModeInfo(), and ILIAS\User\Profile\Mode\isEnabled().
ILIAS\User\Profile\Mode::getModeInfo | ( | ?string | $mode = null | ) |
Definition at line 73 of file Mode.php.
References ILIAS\User\Profile\Mode\getMode(), and ILIAS\Repository\lng().
ILIAS\User\Profile\Mode::isEnabled | ( | ) |
Definition at line 62 of file Mode.php.
References ILIAS\User\Profile\Mode\getMode().
const ILIAS\User\Profile\Mode::PROFILE_ENABLED_LOGGED_IN_USERS = 'y' |