19 declare(strict_types=1);
25 public function init(): void
28 $this->ds->setDSPrefix(
"ds");
55 $this->ds->beforeFinishImport($a_mapping);
61 $rng = range(
"A",
"Z");
63 $diff = ($int - 1) % 26;
64 $char = $rng[$diff] . $char;
66 $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...
ilDataCollectionDataSet $ds
finalProcessing(ilImportMapping $a_mapping)
Called before finishing the import.
static getExcelCharForInteger(int $int)