ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
folder xml importer More...
Public Member Functions | |
init () | |
importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
finalProcessing (ilImportMapping $a_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) | |
Private Attributes | |
ilObject | $category = null |
Additional Inherited Members | |
![]() | |
array | $skip_entities = array() |
ilImport | $imp |
string | $install_id |
string | $install_url |
string | $schema_version |
string | $import_directory |
folder xml importer
Definition at line 26 of file class.ilCategoryImporter.php.
ilCategoryImporter::finalProcessing | ( | ilImportMapping | $a_mapping | ) |
Reimplemented from ilXmlImporter.
Definition at line 89 of file class.ilCategoryImporter.php.
References ilImportMapping\getMapping(), and ilObjTaxonomy\saveUsage().
ilCategoryImporter::importXmlRepresentation | ( | string | $a_entity, |
string | $a_id, | ||
string | $a_xml, | ||
ilImportMapping | $a_mapping | ||
) |
ilDatabaseException | |
ilObjectNotFoundException |
Reimplemented from ilXmlImporter.
Definition at line 38 of file class.ilCategoryImporter.php.
References ilObject\_getAllReferences(), and ilObjectFactory\getInstanceByRefId().
ilCategoryImporter::init | ( | ) |
Reimplemented from ilXmlImporter.
Definition at line 30 of file class.ilCategoryImporter.php.
|
private |
Definition at line 28 of file class.ilCategoryImporter.php.