|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
User profile badge gui. More...
Inheritance diagram for ilUserProfileBadgeGUI:
Collaboration diagram for ilUserProfileBadgeGUI: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... | |
| 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 44 of file class.ilUserProfileBadgeGUI.php.
References $_POST.
| ilUserProfileBadgeGUI::importConfigToForm | ( | ilPropertyFormGUI | $a_form, |
| array | $a_config | ||
| ) |
Set form values.
| ilPropertyFormGUI | $a_form | |
| array | $a_config |
Implements ilBadgeTypeGUI.
Definition at line 29 of file class.ilUserProfileBadgeGUI.php.
References ilPropertyFormGUI\getItemByPostVar().
Here is the call graph for this function:| 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 $DIC, $lng, and ilPropertyFormGUI\addItem().
Here is the call graph for this function:| ilUserProfileBadgeGUI::validateForm | ( | ilPropertyFormGUI | $a_form | ) |
Custom form validation.
| ilPropertyFormGUI | $a_form |
Implements ilBadgeTypeGUI.
Definition at line 56 of file class.ilUserProfileBadgeGUI.php.