|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
User settings configuration (what preferences can be visible/changed/...) More...
Collaboration diagram for ilUserSettingsConfig:Public Member Functions | |
| __construct (ilSetting $settings=null) | |
| Constructor. More... | |
| isVisibleAndChangeable ($field) | |
| Is field visible and changeable by user? More... | |
| isVisible (string $field) | |
| Is setting visible to user? More... | |
| isChangeable (string $field) | |
| Is setting changeable by user? More... | |
| setVisible (string $field, bool $visible) | |
| Set a profile field being visible. More... | |
| setChangeable (string $field, bool $changeable) | |
| Set a profile field being changeable. More... | |
Data Fields | |
| const | HIDE_PREFIX = "usr_settings_hide_" |
| const | DISABLED_PREFIX = "usr_settings_disable_" |
User settings configuration (what preferences can be visible/changed/...)
Definition at line 10 of file class.ilUserSettingsConfig.php.
| ilUserSettingsConfig::__construct | ( | ilSetting | $settings = null | ) |
Constructor.
Definition at line 18 of file class.ilUserSettingsConfig.php.
References $DIC, and settings().
Here is the call graph for this function:| ilUserSettingsConfig::isChangeable | ( | string | $field | ) |
Is setting changeable by user?
| string | $field |
Definition at line 54 of file class.ilUserSettingsConfig.php.
Referenced by isVisibleAndChangeable().
Here is the caller graph for this function:| ilUserSettingsConfig::isVisible | ( | string | $field | ) |
Is setting visible to user?
| string | $field |
Definition at line 43 of file class.ilUserSettingsConfig.php.
Referenced by isVisibleAndChangeable().
Here is the caller graph for this function:| ilUserSettingsConfig::isVisibleAndChangeable | ( | $field | ) |
Is field visible and changeable by user?
| $field |
Definition at line 33 of file class.ilUserSettingsConfig.php.
References isChangeable(), and isVisible().
Here is the call graph for this function:| ilUserSettingsConfig::setChangeable | ( | string | $field, |
| bool | $changeable | ||
| ) |
Set a profile field being changeable.
| string | $field | |
| bool | $changeable |
Definition at line 81 of file class.ilUserSettingsConfig.php.
References settings().
Here is the call graph for this function:| ilUserSettingsConfig::setVisible | ( | string | $field, |
| bool | $visible | ||
| ) |
Set a profile field being visible.
| string | $field | |
| bool | $visible |
Definition at line 65 of file class.ilUserSettingsConfig.php.
References settings().
Here is the call graph for this function:| const ilUserSettingsConfig::DISABLED_PREFIX = "usr_settings_disable_" |
Definition at line 13 of file class.ilUserSettingsConfig.php.
| const ilUserSettingsConfig::HIDE_PREFIX = "usr_settings_hide_" |
Definition at line 12 of file class.ilUserSettingsConfig.php.