|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilPersonalProfileMode:Public Member Functions | |
| __construct (ilObjUser $user, ilSetting $settings) | |
| getMode () | |
| 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 | |
| ilObjUser | $user |
| ilSetting | $settings |
| ilLanguage | $lng |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Personal profile publishing mode of a user
Definition at line 23 of file class.ilPersonalProfileMode.php.
Definition at line 33 of file class.ilPersonalProfileMode.php.
References $DIC, $settings, $user, ILIAS\Repository\lng(), ILIAS\Repository\settings(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilPersonalProfileMode::getMode | ( | ) |
Definition at line 42 of file class.ilPersonalProfileMode.php.
References $settings, $user, ilSetting\get(), PROFILE_DISABLED, and PROFILE_ENABLED_LOGGED_IN_USERS.
Referenced by getModeInfo(), and isEnabled().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPersonalProfileMode::getModeInfo | ( | string | $mode = null | ) |
Get mode info.
Definition at line 73 of file class.ilPersonalProfileMode.php.
References $lng, getMode(), PROFILE_DISABLED, PROFILE_ENABLED_GLOBAL, PROFILE_ENABLED_LOGGED_IN_USERS, and ilLanguage\txt().
Here is the call graph for this function:| ilPersonalProfileMode::isEnabled | ( | ) |
Is profile enabled.
Definition at line 63 of file class.ilPersonalProfileMode.php.
References getMode().
Here is the call graph for this function:
|
protected |
Definition at line 31 of file class.ilPersonalProfileMode.php.
Referenced by getModeInfo().
|
protected |
Definition at line 30 of file class.ilPersonalProfileMode.php.
Referenced by __construct(), and getMode().
|
protected |
Definition at line 29 of file class.ilPersonalProfileMode.php.
Referenced by __construct(), and getMode().
| const ilPersonalProfileMode::PROFILE_DISABLED = "n" |
Definition at line 25 of file class.ilPersonalProfileMode.php.
Referenced by getMode(), and getModeInfo().
| const ilPersonalProfileMode::PROFILE_ENABLED_GLOBAL = "g" |
Definition at line 27 of file class.ilPersonalProfileMode.php.
Referenced by getModeInfo(), and ilForum\getUserStatistics().
| const ilPersonalProfileMode::PROFILE_ENABLED_LOGGED_IN_USERS = "y" |
Definition at line 26 of file class.ilPersonalProfileMode.php.
Referenced by getMode(), getModeInfo(), and ilForum\getUserStatistics().