|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\User\Settings\Setting:
Collaboration diagram for ILIAS\User\Settings\Setting:Private Member Functions | |
| buildCreateSettingTransformation (Refinery $refinery) | |
Definition at line 34 of file Setting.php.
| ILIAS\User\Settings\Setting::__construct | ( | private SettingDefinition | $definition, |
| private bool | $changeable_by_user, | ||
| private bool | $changeable_in_local_user_administration, | ||
| private bool | $export | ||
| ) |
Definition at line 36 of file Setting.php.
|
private |
Definition at line 187 of file Setting.php.
| ILIAS\User\Settings\Setting::export | ( | ) |
Definition at line 64 of file Setting.php.
Referenced by ILIAS\User\Settings\ConfigurationGUI\sortRows().
Here is the caller graph for this function:Definition at line 141 of file Setting.php.
Definition at line 119 of file Setting.php.
| ILIAS\User\Settings\Setting::getIdentifier | ( | ) |
Implements ILIAS\User\Property.
Definition at line 44 of file Setting.php.
Referenced by ILIAS\User\Settings\SettingsImplementation\addAdditionalInputsToLegacyForm(), and ILIAS\User\Settings\SettingsImplementation\retrieveValuefromInputs().
Here is the caller graph for this function:| ILIAS\User\Settings\Setting::getInput | ( | FieldFactory | $field_factory, |
| Language | $lng, | ||
| Refinery | $refinery, | ||
| \ilSetting | $settings, | ||
| ?\ilObjUser | $user = null |
||
| ) |
Definition at line 94 of file Setting.php.
| ILIAS\User\Settings\Setting::getLabel | ( | Language | $lng | ) |
Implements ILIAS\User\Property.
Definition at line 49 of file Setting.php.
References $lng.
Referenced by ILIAS\User\Settings\ConfigurationGUI\sortRows().
Here is the caller graph for this function:| ILIAS\User\Settings\Setting::getLegacyInput | ( | Language | $lng, |
| \ilSetting | $settings, | ||
| ?\ilObjUser | $user = null |
||
| ) |
Definition at line 104 of file Setting.php.
Referenced by ILIAS\User\Settings\SettingsImplementation\addAdditionalInputsToLegacyForm().
Here is the caller graph for this function:| ILIAS\User\Settings\Setting::getSection | ( | ) |
Implements ILIAS\User\Property.
Definition at line 74 of file Setting.php.
Referenced by ILIAS\User\Settings\SettingsImplementation\buildSectionKey().
Here is the caller graph for this function:| ILIAS\User\Settings\Setting::getSettingsPage | ( | ) |
Definition at line 69 of file Setting.php.
Referenced by ILIAS\User\Settings\SettingsImplementation\buildSectionKey().
Here is the caller graph for this function:| ILIAS\User\Settings\Setting::getTableRow | ( | DataRowBuilder | $row_builder, |
| Language | $lng | ||
| ) |
Definition at line 79 of file Setting.php.
Definition at line 152 of file Setting.php.
Referenced by ILIAS\User\Settings\SettingsImplementation\addAdditionalInputsToLegacyForm().
Here is the caller graph for this function:| ILIAS\User\Settings\Setting::isChangeableByUser | ( | ) |
Definition at line 54 of file Setting.php.
Referenced by ILIAS\User\Settings\ConfigurationGUI\sortRows().
Here is the caller graph for this function:| ILIAS\User\Settings\Setting::isChangeableInLocalUserAdministration | ( | ) |
Definition at line 59 of file Setting.php.
Referenced by ILIAS\User\Settings\ConfigurationGUI\sortRows().
Here is the caller graph for this function:| ILIAS\User\Settings\Setting::persistUserInput | ( | \ilObjUser | $user, |
| Context | $context, | ||
| mixed | $input, | ||
| ?\ilPropertyFormGUI | $form = null |
||
| ) |
Definition at line 162 of file Setting.php.
| ILIAS\User\Settings\Setting::retrieveValueFromUser | ( | \ilObjUser | $user | ) |
Implements ILIAS\User\Property.
Definition at line 174 of file Setting.php.
| ILIAS\User\Settings\Setting::validateUserChoice | ( | \ilGlobalTemplateInterface | $tpl, |
| Language | $lng, | ||
| \ilPropertyFormGUI | $form | ||
| ) |
Definition at line 179 of file Setting.php.