4 require_once
"./Services/Badge/interfaces/interface.ilBadgeTypeGUI.php";
26 $gui->showPublicProfileFields($a_form, array(), $fields,
true);
31 if (is_array($a_config[
"profile"])) {
33 foreach ($group->getSubItems() as $field) {
34 foreach ($a_config[
"profile"] as $id) {
35 if ($field->getPostVar() == $id) {
36 $field->setChecked(
true);
47 foreach (array_keys(
$_POST) as $id) {
48 if (substr($id, 0, 4) ==
"chk_") {
53 return array(
"profile" => $fields);
initConfigForm(ilPropertyFormGUI $a_form, $a_parent_ref_id)
Add custom fields to form.
importConfigToForm(ilPropertyFormGUI $a_form, array $a_config)
Set form values.
Badge type gui interface.
validateForm(ilPropertyFormGUI $a_form)
Custom form validation.
getConfigFromForm(ilPropertyFormGUI $a_form)
Export values to DB.
GUI class for personal profile.