ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
init () | |
importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
Executes the Import. More... | |
finalProcessing (ilImportMapping $a_mapping) | |
Called before finishing the import. More... | |
![]() | |
__construct () | |
setImport (ilImport $a_val) | |
getImport () | |
init () | |
setInstallId (string $a_val) | |
getInstallId () | |
setInstallUrl (string $a_val) | |
getInstallUrl () | |
setSchemaVersion (string $a_val) | |
getSchemaVersion () | |
setImportDirectory (string $a_val) | |
getImportDirectory () | |
setSkipEntities (array $a_val) | |
getSkipEntities () | |
exportedFromSameInstallation () | |
importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
finalProcessing (ilImportMapping $a_mapping) | |
afterContainerImportProcessing (ilImportMapping $mapping) | |
Static Public Member Functions | |
static | getExcelCharForInteger (int $int) |
Protected Attributes | |
ilDataCollectionDataSet | $ds |
![]() | |
array | $skip_entities = array() |
ilImport | $imp |
string | $install_id |
string | $install_url |
string | $schema_version |
string | $import_directory |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDataCollectionImporter.php.
ilDataCollectionImporter::finalProcessing | ( | ilImportMapping | $a_mapping | ) |
Called before finishing the import.
ilImportMapping | $a_mapping |
Definition at line 51 of file class.ilDataCollectionImporter.php.
|
static |
Definition at line 56 of file class.ilDataCollectionImporter.php.
References ILIAS\Repository\int().
Referenced by ilDclContentImporter\getImportFieldsFromTitles(), ilDclSelectionRecordFieldModel\getValueFromExcel(), ilDclReferenceRecordFieldModel\getValueFromExcel(), and ilDclContentImporter\import().
ilDataCollectionImporter::importXmlRepresentation | ( | string | $a_entity, |
string | $a_id, | ||
string | $a_xml, | ||
ilImportMapping | $a_mapping | ||
) |
Executes the Import.
string | $a_entity | |
string | $a_id | |
string | $a_xml | |
ilImportMapping | $a_mapping |
Definition at line 38 of file class.ilDataCollectionImporter.php.
References ilXmlImporter\getSchemaVersion().
ilDataCollectionImporter::init | ( | ) |
Definition at line 23 of file class.ilDataCollectionImporter.php.
References ilXmlImporter\getImportDirectory().
|
protected |
Definition at line 21 of file class.ilDataCollectionImporter.php.