23 public function init(): void
26 $this->ds->setDSPrefix(
"ds");
53 $this->ds->beforeFinishImport($a_mapping);
59 $rng = range(
"A",
"Z");
61 $diff = ($int - 1) % 26;
62 $char = $rng[$diff] . $char;
64 $int = (
int) ($int / 26);
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
Executes the Import.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Manifest parser for ILIAS standard export files.
ilDataCollectionDataSet $ds
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
finalProcessing(ilImportMapping $a_mapping)
Called before finishing the import.
static getExcelCharForInteger(int $int)
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...