ILIAS  trunk Revision v11.0_alpha-1862-g4e205cb56d4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilBadgeTypeGUI Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilBadgeTypeGUI:
+ Collaboration diagram for ilBadgeTypeGUI:

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...
 

Detailed Description

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

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om

Definition at line 23 of file interface.ilBadgeTypeGUI.php.

Member Function Documentation

◆ getConfigFromForm()

ilBadgeTypeGUI::getConfigFromForm ( ilPropertyFormGUI  $a_form)

Export values to DB.

Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.

◆ importConfigToForm()

ilBadgeTypeGUI::importConfigToForm ( ilPropertyFormGUI  $a_form,
array  $a_config 
)

Set form values.

Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.

◆ initConfigForm()

ilBadgeTypeGUI::initConfigForm ( ilPropertyFormGUI  $a_form,
int  $a_parent_ref_id 
)

Add custom fields to form.

Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.

◆ validateForm()

ilBadgeTypeGUI::validateForm ( ilPropertyFormGUI  $a_form)

Custom form validation.

Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.


The documentation for this interface was generated from the following file: