20 declare(strict_types=1);
26 public function init(): void
29 $this->ds->setDSPrefix(
"ds");
56 $this->ds->beforeFinishImport($a_mapping);
62 $rng = range(
"A",
"Z");
64 $diff = ($int - 1) % 26;
65 $char = $rng[$diff] . $char;
67 $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
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...