|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\User\Profile\Fields\Field:
Collaboration diagram for ILIAS\User\Profile\Fields\Field:Public Member Functions | |
| __construct (private FieldDefinition $definition, private bool $visible_in_registration=false, private bool $visible_to_user=false, private bool $visible_in_local_user_administration=false, private bool $visible_in_courses=false, private bool $visible_in_groups=false, private bool $visible_in_study_programmes=false, private bool $changeable_by_user=false, private bool $changeable_in_local_user_administration=false, private bool $required=false, private bool $export=false, private bool $searchable=false, private bool $available_in_certificates=false) | |
| getIdentifier () | |
| getDefinition () | |
| getLabel (Language $lng) | |
| isCustom () | |
| hiddenInLists () | |
| isVisibleInRegistration () | |
| isVisibleToUser () | |
| isVisibleInLocalUserAdministration () | |
| isVisibleInCourses () | |
| isVisibleInGroups () | |
| isVisibleInStudyProgrammes () | |
| isChangeableByUser () | |
| isChangeableInLocalUserAdministration () | |
| isRequired () | |
| export () | |
| isSearchable () | |
| isAvailableInCertificates () | |
| getSection () | |
| getTableRow (DataRowBuilder $row_builder, Language $lng, UIFactory $ui_factory, UIRenderer $ui_renderer) | |
| getEditForm (Language $lng, FieldFactory $ff, Refinery $refinery, array $custom_field_types, array $available_custom_fields) | |
| getHiddenForm (Language $lng, FieldFactory $ff, Refinery $refinery, array $custom_field_types, array $available_custom_fields) | |
| getCreateCustomFieldForm (Language $lng, FieldFactory $ff, Refinery $refinery, array $custom_field_types, array $available_custom_fields) | |
| getChangedAttributes (self $new_field) | |
| retrieveValueByPropertyAttribute (PropertyAttributes $attribute) | |
| getLegacyInput (Language $lng, Context $context, ?\ilObjUser $user=null) | |
| addValueToUserObject (\ilObjUser $user, Context $context, mixed $input, ?\ilPropertyFormGUI $form=null) | |
| retrieveValueFromUser (\ilObjUser $user) | |
| setPublishedOnUser (\ilObjUser $user, bool $value) | |
| isPublishedByUser (\ilObjUser $user) | |
| getIdentifier () | |
| getLabel (Language $lng) | |
| getSection () | |
| retrieveValueFromUser (\ilObjUser $user) | |
Private Member Functions | |
| buildAccessibilityListing (Language $lng, UIFactory $ui_factory) | |
| getCustomFieldInputs (Language $lng, FieldFactory $ff, Refinery $refinery, array $available_custom_fields) | |
| getBaseInputs (Language $lng, FieldFactory $ff, Refinery $refinery) | |
| getHiddenCustomFieldInputs (Language $lng, FieldFactory $ff, Refinery $refinery, array $available_custom_fields) | |
| getHiddenBaseInputs (FieldFactory $ff, Refinery $refinery) | |
| buildCustomTypeSelectionGroups (Language $lng, FieldFactory $ff, Refinery $refinery, array $custom_field_types) | |
| buildLabelConstraint (Language $lng, Refinery $refinery, array $available_custom_fields) | |
| buildRequiredMustByVisibleInRegistrationConstraint (Language $lng, Refinery $refinery) | |
| buildCreateFieldTransformation (Refinery $refinery, array $custom_field_types) | |
| ILIAS\User\Profile\Fields\Field::__construct | ( | private FieldDefinition | $definition, |
| private bool | $visible_in_registration = false, |
||
| private bool | $visible_to_user = false, |
||
| private bool | $visible_in_local_user_administration = false, |
||
| private bool | $visible_in_courses = false, |
||
| private bool | $visible_in_groups = false, |
||
| private bool | $visible_in_study_programmes = false, |
||
| private bool | $changeable_by_user = false, |
||
| private bool | $changeable_in_local_user_administration = false, |
||
| private bool | $required = false, |
||
| private bool | $export = false, |
||
| private bool | $searchable = false, |
||
| private bool | $available_in_certificates = false |
||
| ) |
| ILIAS\User\Profile\Fields\Field::addValueToUserObject | ( | \ilObjUser | $user, |
| Context | $context, | ||
| mixed | $input, | ||
| ?\ilPropertyFormGUI | $form = null |
||
| ) |
Definition at line 329 of file Field.php.
|
private |
Definition at line 363 of file Field.php.
References $lng.
|
private |
Definition at line 647 of file Field.php.
References if.
|
private |
|
private |
| ILIAS\User\Profile\Fields\Field::export | ( | ) |
Definition at line 142 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\ConfigurationGUI\orderRows(), and ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:
|
private |
Definition at line 454 of file Field.php.
| ILIAS\User\Profile\Fields\Field::getChangedAttributes | ( | self | $new_field | ) |
Definition at line 279 of file Field.php.
References $c.
| ILIAS\User\Profile\Fields\Field::getCreateCustomFieldForm | ( | Language | $lng, |
| FieldFactory | $ff, | ||
| Refinery | $refinery, | ||
| array | $custom_field_types, | ||
| array | $available_custom_fields | ||
| ) |
Definition at line 234 of file Field.php.
|
private |
Definition at line 419 of file Field.php.
| ILIAS\User\Profile\Fields\Field::getDefinition | ( | ) |
Definition at line 68 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\CachedConfigurationRepository\deleteCustomField(), and ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::getEditForm | ( | Language | $lng, |
| FieldFactory | $ff, | ||
| Refinery | $refinery, | ||
| array | $custom_field_types, | ||
| array | $available_custom_fields | ||
| ) |
Definition at line 188 of file Field.php.
References $lng, and ILIAS\UI\examples\Layout\Page\Mail\$refinery.
|
private |
Definition at line 542 of file Field.php.
|
private |
Definition at line 526 of file Field.php.
| ILIAS\User\Profile\Fields\Field::getHiddenForm | ( | Language | $lng, |
| FieldFactory | $ff, | ||
| Refinery | $refinery, | ||
| array | $custom_field_types, | ||
| array | $available_custom_fields | ||
| ) |
Definition at line 211 of file Field.php.
References $lng, and ILIAS\UI\examples\Layout\Page\Mail\$refinery.
| ILIAS\User\Profile\Fields\Field::getIdentifier | ( | ) |
Implements ILIAS\User\Property.
Definition at line 63 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::getLabel | ( | Language | $lng | ) |
Implements ILIAS\User\Property.
Definition at line 73 of file Field.php.
References $lng.
Referenced by ilUserDefinedFieldsPlaceholderDescription\__construct(), and ILIAS\User\Profile\Fields\ConfigurationGUI\orderRows().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::getLegacyInput | ( | Language | $lng, |
| Context | $context, | ||
| ?\ilObjUser | $user = null |
||
| ) |
Definition at line 318 of file Field.php.
| ILIAS\User\Profile\Fields\Field::getSection | ( | ) |
Implements ILIAS\User\Property.
Definition at line 160 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\ConfigurationGUI\orderRows().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::getTableRow | ( | DataRowBuilder | $row_builder, |
| Language | $lng, | ||
| UIFactory | $ui_factory, | ||
| UIRenderer | $ui_renderer | ||
| ) |
Definition at line 165 of file Field.php.
| ILIAS\User\Profile\Fields\Field::hiddenInLists | ( | ) |
| ILIAS\User\Profile\Fields\Field::isAvailableInCertificates | ( | ) |
Definition at line 154 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\ConfigurationGUI\orderRows(), and ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isChangeableByUser | ( | ) |
Definition at line 124 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isChangeableInLocalUserAdministration | ( | ) |
Definition at line 130 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isCustom | ( | ) |
Definition at line 78 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\ConfigurationGUI\buildCreateModal(), ILIAS\User\Profile\Fields\ConfigurationGUI\orderRows(), and ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isPublishedByUser | ( | \ilObjUser | $user | ) |
Definition at line 357 of file Field.php.
References ilObjUser\getPref().
Here is the call graph for this function:| ILIAS\User\Profile\Fields\Field::isRequired | ( | ) |
Definition at line 136 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\ConfigurationGUI\orderRows(), and ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isSearchable | ( | ) |
Definition at line 148 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\ConfigurationGUI\orderRows(), and ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isVisibleInCourses | ( | ) |
Definition at line 106 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isVisibleInGroups | ( | ) |
Definition at line 112 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isVisibleInLocalUserAdministration | ( | ) |
Definition at line 100 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isVisibleInRegistration | ( | ) |
Definition at line 88 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isVisibleInStudyProgrammes | ( | ) |
Definition at line 118 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::isVisibleToUser | ( | ) |
Definition at line 94 of file Field.php.
Referenced by ILIAS\User\Profile\Fields\CachedConfigurationRepository\storeConfiguration().
Here is the caller graph for this function:| ILIAS\User\Profile\Fields\Field::retrieveValueByPropertyAttribute | ( | PropertyAttributes | $attribute | ) |
Definition at line 299 of file Field.php.
| ILIAS\User\Profile\Fields\Field::retrieveValueFromUser | ( | \ilObjUser | $user | ) |
Implements ILIAS\User\Property.
Definition at line 341 of file Field.php.
| ILIAS\User\Profile\Fields\Field::setPublishedOnUser | ( | \ilObjUser | $user, |
| bool | $value | ||
| ) |
Definition at line 346 of file Field.php.