27     public function init(): void
    30         $this->ds->setDSPrefix(
"ds");
    51         if (is_array($this->ds->multi)) {
    52             foreach ($this->ds->multi as $usr_id => $values) {
    55                 if (isset($values[
"interests_general"])) {
    56                     $usr_obj->setGeneralInterests($values[
"interests_general"]);
    58                     $usr_obj->setGeneralInterests();
    60                 if (isset($values[
"interests_help_offered"])) {
    61                     $usr_obj->setOfferingHelp($values[
"interests_help_offered"]);
    63                     $usr_obj->setOfferingHelp();
    65                 if (isset($values[
"interests_help_looking"])) {
    66                     $usr_obj->setLookingForHelp($values[
"interests_help_looking"]);
    68                     $usr_obj->setLookingForHelp();
    71                 $usr_obj->updateMultiTextFields();
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
finalProcessing(ilImportMapping $a_mapping)
 
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
 
Manifest parser for ILIAS standard export files. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...