|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Personal profile publishing mode of a iser. More...
Collaboration diagram for ilPersonalProfileMode:Public Member Functions | |
| __construct (ilObjUser $user, ilSetting $settings) | |
| Constructor. More... | |
| getMode () | |
| Get mode. More... | |
| isEnabled () | |
| Is profile enabled. More... | |
| getModeInfo (string $mode=null) | |
| Get mode info. More... | |
Data Fields | |
| const | PROFILE_DISABLED = "n" |
| const | PROFILE_ENABLED_LOGGED_IN_USERS = "y" |
| const | PROFILE_ENABLED_GLOBAL = "g" |
Protected Attributes | |
| $user | |
| $settings | |
| $lng | |
Personal profile publishing mode of a iser.
Definition at line 10 of file class.ilPersonalProfileMode.php.
Constructor.
Definition at line 34 of file class.ilPersonalProfileMode.php.
References $DIC, $settings, $user, settings(), and user().
Here is the call graph for this function:| ilPersonalProfileMode::getMode | ( | ) |
Get mode.
Definition at line 48 of file class.ilPersonalProfileMode.php.
References $settings, $user, PROFILE_DISABLED, and PROFILE_ENABLED_LOGGED_IN_USERS.
Referenced by getModeInfo(), and isEnabled().
Here is the caller graph for this function:| ilPersonalProfileMode::getModeInfo | ( | string | $mode = null | ) |
Get mode info.
| string | null | $mode |
Definition at line 84 of file class.ilPersonalProfileMode.php.
References $lng, getMode(), PROFILE_DISABLED, PROFILE_ENABLED_GLOBAL, and PROFILE_ENABLED_LOGGED_IN_USERS.
Here is the call graph for this function:| ilPersonalProfileMode::isEnabled | ( | ) |
Is profile enabled.
Definition at line 71 of file class.ilPersonalProfileMode.php.
References getMode().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilPersonalProfileMode.php.
Referenced by getModeInfo().
|
protected |
Definition at line 24 of file class.ilPersonalProfileMode.php.
Referenced by __construct(), and getMode().
|
protected |
Definition at line 19 of file class.ilPersonalProfileMode.php.
Referenced by __construct(), and getMode().
| const ilPersonalProfileMode::PROFILE_DISABLED = "n" |
Definition at line 12 of file class.ilPersonalProfileMode.php.
Referenced by getMode(), and getModeInfo().
| const ilPersonalProfileMode::PROFILE_ENABLED_GLOBAL = "g" |
Definition at line 14 of file class.ilPersonalProfileMode.php.
Referenced by getModeInfo().
| const ilPersonalProfileMode::PROFILE_ENABLED_LOGGED_IN_USERS = "y" |
Definition at line 13 of file class.ilPersonalProfileMode.php.
Referenced by getMode(), and getModeInfo().