ILIAS
release_8 Revision v8.19
|
User profile badge gui. More...
Public Member Functions | |
__construct () | |
initConfigForm (ilPropertyFormGUI $a_form, int $a_parent_ref_id) | |
Add custom fields to form. More... | |
importConfigToForm (ilPropertyFormGUI $a_form, array $a_config) | |
Set form values. More... | |
getConfigFromForm (ilPropertyFormGUI $a_form) | |
Export values to DB. More... | |
validateForm (ilPropertyFormGUI $a_form) | |
Custom form validation. More... | |
Private Attributes | |
RequestInterface | $request |
User profile badge gui.
Definition at line 25 of file class.ilUserProfileBadgeGUI.php.
ilUserProfileBadgeGUI::__construct | ( | ) |
ilUserProfileBadgeGUI::getConfigFromForm | ( | ilPropertyFormGUI | $a_form | ) |
Export values to DB.
Implements ilBadgeTypeGUI.
Definition at line 64 of file class.ilUserProfileBadgeGUI.php.
References $id.
ilUserProfileBadgeGUI::importConfigToForm | ( | ilPropertyFormGUI | $a_form, |
array | $a_config | ||
) |
Set form values.
Implements ilBadgeTypeGUI.
Definition at line 49 of file class.ilUserProfileBadgeGUI.php.
References $id, and ilPropertyFormGUI\getItemByPostVar().
ilUserProfileBadgeGUI::initConfigForm | ( | ilPropertyFormGUI | $a_form, |
int | $a_parent_ref_id | ||
) |
Add custom fields to form.
Implements ilBadgeTypeGUI.
Definition at line 36 of file class.ilUserProfileBadgeGUI.php.
References $DIC, $lng, and ilPropertyFormGUI\addItem().
ilUserProfileBadgeGUI::validateForm | ( | ilPropertyFormGUI | $a_form | ) |
Custom form validation.
Implements ilBadgeTypeGUI.
Definition at line 76 of file class.ilUserProfileBadgeGUI.php.
|
private |
Definition at line 27 of file class.ilUserProfileBadgeGUI.php.