ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilBadgeTypeGUI Interface Reference

Badge type gui interface. More...

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

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

Detailed Description

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
Version
$Id:$

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

Member Function Documentation

◆ getConfigFromForm()

ilBadgeTypeGUI::getConfigFromForm ( ilPropertyFormGUI  $a_form)

Export values to DB.

Parameters
ilPropertyFormGUI$a_form
Returns
array

Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.

◆ importConfigToForm()

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

Set form values.

Parameters
ilPropertyFormGUI$a_form
array$a_config

Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.

◆ initConfigForm()

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

Add custom fields to form.

Parameters
ilPropertyFormGUI$a_form
int$a_parent_ref_id

Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.

◆ validateForm()

ilBadgeTypeGUI::validateForm ( ilPropertyFormGUI  $a_form)

Custom form validation.

Parameters
ilPropertyFormGUI$a_form
Returns
bool

Implemented in ilCourseLPBadgeGUI, and ilUserProfileBadgeGUI.


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