|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilDataCollectionImporter. More...
Inheritance diagram for ilDataCollectionImporter:
Collaboration diagram for ilDataCollectionImporter:Public Member Functions | |
| init () | |
| Init. More... | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Executes the Import. More... | |
| finalProcessing ($a_mapping) | |
| Called before finishing the import. More... | |
Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| Constructor. More... | |
| setImport ($a_val) | |
| Set import. More... | |
| getImport () | |
| Get import. More... | |
| init () | |
| Init. More... | |
| setInstallId ($a_val) | |
| Set installation id. More... | |
| getInstallId () | |
| Get installation id. More... | |
| setInstallUrl ($a_val) | |
| Set installation url. More... | |
| getInstallUrl () | |
| Get installation url. More... | |
| setSchemaVersion ($a_val) | |
| Set schema version. More... | |
| getSchemaVersion () | |
| Get schema version. More... | |
| setImportDirectory ($a_val) | |
| Set import directory. More... | |
| getImportDirectory () | |
| Get import directory. More... | |
| setSkipEntities ($a_val) | |
| Set skip entities. More... | |
| getSkipEntities () | |
| Get skip entities. More... | |
| exportedFromSameInstallation () | |
| Is exporting and importing installation identical? More... | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import xml representation. More... | |
| finalProcessing ($a_mapping) | |
| Final processing. More... | |
| afterContainerImportProcessing (ilImportMapping $mapping) | |
| Called after all container objects have been implemented. More... | |
Static Public Member Functions | |
| static | getExcelCharForInteger ($int) |
Protected Attributes | |
| $ds | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| $imp | |
Class ilDataCollectionImporter.
Definition at line 10 of file class.ilDataCollectionImporter.php.
| ilDataCollectionImporter::finalProcessing | ( | $a_mapping | ) |
Called before finishing the import.
| $a_mapping |
Reimplemented from ilXmlImporter.
Definition at line 48 of file class.ilDataCollectionImporter.php.
|
static |
| $int |
Definition at line 59 of file class.ilDataCollectionImporter.php.
References $int.
Referenced by ilDclContentImporter\getImportFieldsFromTitles(), ilDclNReferenceRecordFieldModel\getValueFromExcel(), ilDclReferenceRecordFieldModel\getValueFromExcel(), ilDclSelectionRecordFieldModel\getValueFromExcel(), and ilDclContentImporter\import().
Here is the caller graph for this function:| ilDataCollectionImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Executes the Import.
| $a_entity | |
| $a_id | |
| $a_xml | |
| $a_mapping |
Reimplemented from ilXmlImporter.
Definition at line 37 of file class.ilDataCollectionImporter.php.
References $parser, and ilXmlImporter\getSchemaVersion().
Here is the call graph for this function:| ilDataCollectionImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 19 of file class.ilDataCollectionImporter.php.
References ilXmlImporter\getImportDirectory().
Here is the call graph for this function:
|
protected |
Definition at line 16 of file class.ilDataCollectionImporter.php.