ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
User profile badge gui. More...
Public Member Functions | |
initConfigForm (ilPropertyFormGUI $a_form, $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... | |
ilUserProfileBadgeGUI::getConfigFromForm | ( | ilPropertyFormGUI | $a_form | ) |
Export values to DB.
ilPropertyFormGUI | $a_form |
Implements ilBadgeTypeGUI.
Definition at line 47 of file class.ilUserProfileBadgeGUI.php.
ilUserProfileBadgeGUI::importConfigToForm | ( | ilPropertyFormGUI | $a_form, |
array | $a_config | ||
) |
Set form values.
ilPropertyFormGUI | $a_form | |
array | $a_config |
Implements ilBadgeTypeGUI.
Definition at line 28 of file class.ilUserProfileBadgeGUI.php.
References ilPropertyFormGUI\getItemByPostVar().
ilUserProfileBadgeGUI::initConfigForm | ( | ilPropertyFormGUI | $a_form, |
$a_parent_ref_id | |||
) |
Add custom fields to form.
ilPropertyFormGUI | $a_form | |
int | $a_parent_ref_id |
Implements ilBadgeTypeGUI.
Definition at line 16 of file class.ilUserProfileBadgeGUI.php.
References $lng, ilPropertyFormGUI\addItem(), and array.
ilUserProfileBadgeGUI::validateForm | ( | ilPropertyFormGUI | $a_form | ) |
Custom form validation.
ilPropertyFormGUI | $a_form |
Implements ilBadgeTypeGUI.
Definition at line 61 of file class.ilUserProfileBadgeGUI.php.