ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
folder xml importer More...
Public Member Functions | |
__construct () | |
init () | |
importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
@inheritDoc 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) | |
Private Attributes | |
ilObjGroup | $group = null |
Additional Inherited Members | |
![]() | |
array | $skip_entities = array() |
ilImport | $imp |
string | $install_id |
string | $install_url |
string | $schema_version |
string | $import_directory |
ilGroupImporter::__construct | ( | ) |
Reimplemented from ilXmlImporter.
Definition at line 33 of file class.ilGroupImporter.php.
ilGroupImporter::importXmlRepresentation | ( | string | $a_entity, |
string | $a_id, | ||
string | $a_xml, | ||
ilImportMapping | $a_mapping | ||
) |
@inheritDoc
Reimplemented from ilXmlImporter.
Definition at line 44 of file class.ilGroupImporter.php.
References $ref_id, ilObject\_getAllReferences(), and ilObjectFactory\getInstanceByRefId().
ilGroupImporter::init | ( | ) |
Reimplemented from ilXmlImporter.
Definition at line 37 of file class.ilGroupImporter.php.
|
private |
Definition at line 31 of file class.ilGroupImporter.php.