ILIAS  release_8 Revision v8.23
class.ilIndividualAssessmentImporter.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
25 {
27 
28  public function init(): void
29  {
30  $this->ds = new ilIndividualAssessmentDataSet();
31  $this->ds->setImportDirectory($this->getImportDirectory());
32  }
33 
37  public function importXmlRepresentation(
38  string $a_entity,
39  string $a_id,
40  string $a_xml,
41  ilImportMapping $a_mapping
42  ): void {
43  new ilDataSetImportParser($a_entity, $this->getSchemaVersion(), $a_xml, $this->ds, $a_mapping);
44  }
45 }
Individual Assessment dataset class.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
importXmlRepresentation(string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping)
Import xml representation.
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...