|
ILIAS
release_8 Revision v8.24
|
User profile badge gui. More...
Inheritance diagram for ilUserProfileBadgeGUI:
Collaboration diagram for ilUserProfileBadgeGUI: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... | |
| 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 | ( | ) |
Definition at line 29 of file class.ilUserProfileBadgeGUI.php.
References $DIC.
| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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.