ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
folder xml importer More...
Public Member Functions | |
init () | |
![]() | |
__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 Member Functions | |
getType () | |
Get reference type. More... | |
initParser (string $a_xml) | |
getReference () | |
Protected Attributes | |
ilContainerReference | $ref = null |
![]() | |
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.ilContainerReferenceImporter.php.
|
protected |
Definition at line 48 of file class.ilContainerReferenceImporter.php.
References $DIC, Vendor\Package\$e, $log, $ref, ilObject\_getAllReferences(), ilImportMapping\addMapping(), ilImportMapping\getMapping(), getType(), ilXmlImporter\importXmlRepresentation(), initParser(), and ilContainerReferenceXmlParser\MODE_UPDATE.
|
abstractprotected |
Get reference type.
Referenced by getReference(), and init().
ilContainerReferenceImporter::init | ( | ) |
Definition at line 30 of file class.ilContainerReferenceImporter.php.
References $ref, ilObjectFactory\getInstanceByRefId(), getType(), and initParser().
|
abstractprotected |
|
protected |
Definition at line 28 of file class.ilContainerReferenceImporter.php.
Referenced by getReference(), and init().