ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
ilPersonalProfileMode::getMode | ( | ) |
Definition at line 42 of file class.ilPersonalProfileMode.php.
References $settings, $user, and ilSetting\get().
Referenced by getModeInfo(), and isEnabled().
ilPersonalProfileMode::getModeInfo | ( | string | $mode = null | ) |
Get mode info.
Definition at line 73 of file class.ilPersonalProfileMode.php.
References $lng, getMode(), and ilLanguage\txt().
ilPersonalProfileMode::isEnabled | ( | ) |
Is profile enabled.
Definition at line 63 of file class.ilPersonalProfileMode.php.
References getMode().
|
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.
const ilPersonalProfileMode::PROFILE_ENABLED_GLOBAL = "g" |
Definition at line 27 of file class.ilPersonalProfileMode.php.
Referenced by ilForum\getUserStatistics().
const ilPersonalProfileMode::PROFILE_ENABLED_LOGGED_IN_USERS = "y" |
Definition at line 26 of file class.ilPersonalProfileMode.php.
Referenced by ilForum\getUserStatistics().