ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct () | |
init () | |
importXmlRepresentation (string $a_entity, string $a_id, string $a_xml, ilImportMapping $a_mapping) | |
PhpFieldAssignmentTypeMismatchInspection More... | |
afterContainerImportProcessing (\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) | |
Data Fields | |
const | ENTITY_MAIN = 'crs' |
const | ENTITY_OBJECTIVE = 'objectives' |
Protected Member Functions | |
addFinalProcessingInfo ($a_course, $a_entity, $a_xml) | |
Protected Attributes | |
ilLogger | $logger |
![]() | |
array | $skip_entities = array() |
ilImport | $imp |
string | $install_id |
string | $install_url |
string | $schema_version |
string | $import_directory |
Private Attributes | |
ilObjCourse | $course = null |
array | $final_processing_info = [] |
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
Definition at line 24 of file class.ilCourseImporter.php.
ilCourseImporter::__construct | ( | ) |
Definition at line 34 of file class.ilCourseImporter.php.
References $DIC, and ILIAS\Repository\logger().
|
protected |
Definition at line 100 of file class.ilCourseImporter.php.
Referenced by importXmlRepresentation().
ilCourseImporter::afterContainerImportProcessing | ( | \ilImportMapping | $mapping | ) |
Definition at line 89 of file class.ilCourseImporter.php.
ilCourseImporter::importXmlRepresentation | ( | string | $a_entity, |
string | $a_id, | ||
string | $a_xml, | ||
ilImportMapping | $a_mapping | ||
) |
PhpFieldAssignmentTypeMismatchInspection
Definition at line 46 of file class.ilCourseImporter.php.
References Vendor\Package\$e, ilObject\_getAllReferences(), addFinalProcessingInfo(), ilImportMapping\addMapping(), ilObjectFactory\getInstanceByRefId(), ilImportMapping\getMapping(), and ILIAS\Repository\logger().
ilCourseImporter::init | ( | ) |
Definition at line 41 of file class.ilCourseImporter.php.
|
private |
Definition at line 29 of file class.ilCourseImporter.php.
|
private |
Definition at line 30 of file class.ilCourseImporter.php.
|
protected |
Definition at line 32 of file class.ilCourseImporter.php.
const ilCourseImporter::ENTITY_MAIN = 'crs' |
Definition at line 26 of file class.ilCourseImporter.php.
const ilCourseImporter::ENTITY_OBJECTIVE = 'objectives' |
Definition at line 27 of file class.ilCourseImporter.php.