ILIAS
trunk Revision v11.0_alpha-1862-g4e205cb56d4
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Badge type gui interface
Definition at line 23 of file interface.ilBadgeTypeGUI.php.
ilBadgeTypeGUI::getConfigFromForm | ( | ilPropertyFormGUI | $a_form | ) |
Export values to DB.
Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.
ilBadgeTypeGUI::importConfigToForm | ( | ilPropertyFormGUI | $a_form, |
array | $a_config | ||
) |
Set form values.
Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.
ilBadgeTypeGUI::initConfigForm | ( | ilPropertyFormGUI | $a_form, |
int | $a_parent_ref_id | ||
) |
Add custom fields to form.
Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.
ilBadgeTypeGUI::validateForm | ( | ilPropertyFormGUI | $a_form | ) |
Custom form validation.
Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.