ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 43 of file class.ilUserProfileBadgeGUI.php.
References $_POST, $id, and array.
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 $id, and 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 55 of file class.ilUserProfileBadgeGUI.php.