19declare(strict_types=1);
24use ILIAS\User\Profile\Fields\NoOverrides;
45 return AvailableSections::PersonalData;
60 $input->addOption(
new \
ilRadioOption(
$lng->txt(
'salutation_f'), Genders::Female->value));
76 $user->setGender($input);
addValueToUserObject(\ilObjUser $user, mixed $input, ?\ilPropertyFormGUI $form=null)
retrieveValueFromUser(\ilObjUser $user)
availableInCertificatesForcedTo()
getLegacyInput(Language $lng, Context $context, ?\ilObjUser $user=null)
You don't need to add a post_var to the input as the User will handle this for you,...
This class represents an option in a radio group.