| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Personal profile publishing mode of a user. More...
 Collaboration diagram for ILIAS\User\Profile\Mode: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 ILIAS\Repository\settings(), and ILIAS\Repository\user().
Referenced by ILIAS\User\Profile\Mode\getModeInfo(), and ILIAS\User\Profile\Mode\isEnabled().
 Here is the call graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:| ILIAS\User\Profile\Mode::isEnabled | ( | ) | 
Definition at line 62 of file Mode.php.
References ILIAS\User\Profile\Mode\getMode().
 Here is the call graph for this function:| const ILIAS\User\Profile\Mode::PROFILE_ENABLED_LOGGED_IN_USERS = 'y' |