ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Importer class for objects (currently focused on translation information) More...
Public Member Functions | |
__construct () | |
init () | |
importXmlRepresentation (string $entity, string $id, string $xml, ilImportMapping $mapping) | |
![]() | |
__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) | |
Protected Attributes | |
ilObjectDataSet | $ds = null |
![]() | |
array | $skip_entities = array() |
ilImport | $imp |
string | $install_id |
string | $install_url |
string | $schema_version |
string | $import_directory |
Importer class for objects (currently focused on translation information)
Definition at line 26 of file class.ilILIASObjectImporter.php.
ilILIASObjectImporter::__construct | ( | ) |
Definition at line 30 of file class.ilILIASObjectImporter.php.
References ILIAS\GlobalScreen\Provider\__construct().
ilILIASObjectImporter::importXmlRepresentation | ( | string | $entity, |
string | $id, | ||
string | $xml, | ||
ilImportMapping | $mapping | ||
) |
Definition at line 42 of file class.ilILIASObjectImporter.php.
References ilXmlImporter\getSchemaVersion().
ilILIASObjectImporter::init | ( | ) |
Definition at line 35 of file class.ilILIASObjectImporter.php.
References ilXmlImporter\getImportDirectory().
|
protected |
Definition at line 28 of file class.ilILIASObjectImporter.php.