|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilContainerImporter:
Collaboration diagram for ilContainerImporter:Public Member Functions | |
| init () | |
| importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
| Import XML. More... | |
| finalProcessing (ilImportMapping $a_mapping) | |
Public Member Functions inherited from ilXmlImporter | |
| __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 | |
| handleOfflineStatus (string $xml, ilImportMapping $mapping) | |
| isRootNode (int $ref_id, ilImportMapping $mapping) | |
Protected Attributes | |
| ilLogger | $cont_log |
| ILIAS Skill Service SkillProfileService | $skill_profile_service |
Protected Attributes inherited from ilXmlImporter | |
| array | $skip_entities = array() |
| ilImport | $imp |
| string | $install_id |
| string | $install_url |
| string | $schema_version |
| string | $import_directory |
Private Attributes | |
| string | $structure_xml |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning container xml importer
Definition at line 24 of file class.ilContainerImporter.php.
| ilContainerImporter::finalProcessing | ( | ilImportMapping | $a_mapping | ) |
Reimplemented from ilXmlImporter.
Definition at line 56 of file class.ilContainerImporter.php.
References $parts, ilContainerXmlParser\$style_map, ilObject\_getAllReferences(), ilPageObject\_writeParentId(), ilParticipants\getDefaultMemberRole(), ilImportMapping\getMapping(), ilImportMapping\getMappingsOfEntity(), handleOfflineStatus(), and ilObjStyleSheet\writeStyleUsage().
Here is the call graph for this function:
|
protected |
Definition at line 101 of file class.ilContainerImporter.php.
References $errors, $name, $ref_id, $xml, ilObjectFactory\getInstanceByRefId(), ilImportMapping\getMapping(), and isRootNode().
Referenced by finalProcessing().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContainerImporter::importXmlRepresentation | ( | string | $a_entity, |
| string | $a_id, | ||
| string | $a_xml, | ||
| ilImportMapping | $a_mapping | ||
| ) |
Import XML.
Reimplemented from ilXmlImporter.
Definition at line 43 of file class.ilContainerImporter.php.
| ilContainerImporter::init | ( | ) |
Reimplemented from ilXmlImporter.
Definition at line 30 of file class.ilContainerImporter.php.
References $DIC, and ilLoggerFactory\getLogger().
Here is the call graph for this function:
|
protected |
Definition at line 147 of file class.ilContainerImporter.php.
References $DIC, $ref_id, and ilImportMapping\getTargetId().
Referenced by handleOfflineStatus().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilContainerImporter.php.
|
protected |
Definition at line 28 of file class.ilContainerImporter.php.
|
private |
Definition at line 26 of file class.ilContainerImporter.php.