|
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...
Collaboration diagram for ilImportMapping:Public Member Functions | |
| __construct () | |
| setInstallId (string $a_val) | |
| getInstallId () | |
| setInstallUrl (string $a_val) | |
| getInstallUrl () | |
| setTargetId (int $a_target_id) | |
| getTargetId () | |
| addMapping (string $a_comp, string $a_entity, string $a_old_id, string $a_new_id) | |
| getMapping (string $a_comp, string $a_entity, string $a_old_id) | |
| getAllMappings () | |
| getMappingsOfEntity (string $a_comp, string $a_entity) | |
Data Fields | |
| array | $mappings |
| string | $install_id |
| string | $install_url |
| ilLogger | $log |
Protected Attributes | |
| int | $target_id = 0 |
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 Import mapping
Definition at line 25 of file class.ilImportMapping.php.
| ilImportMapping::__construct | ( | ) |
Definition at line 34 of file class.ilImportMapping.php.
References ilLoggerFactory\getLogger().
Here is the call graph for this function:| ilImportMapping::addMapping | ( | string | $a_comp, |
| string | $a_entity, | ||
| string | $a_old_id, | ||
| string | $a_new_id | ||
| ) |
Definition at line 72 of file class.ilImportMapping.php.
Referenced by ilTestImporter\addTexonomyAndQuestionsMapping(), ilBlogDataSet\importRecord(), ilCmiXapiDataSet\importRecord(), ilContentPageDataSet\importRecord(), ilGlossaryDataSet\importRecord(), ilIndividualAssessmentDataSet\importRecord(), ilLearningModuleDataSet\importRecord(), ilMediaCastDataSet\importRecord(), ilMediaPoolDataSet\importRecord(), ilPortfolioDataSet\importRecord(), ilSessionDataSet\importRecord(), ilWikiDataSet\importRecord(), ilCalendarDataSet\importRecord(), ilCOPageDataSet\importRecord(), ilMediaObjectDataSet\importRecord(), ilNewsDataSet\importRecord(), ilSkillDataSet\importRecord(), ilStyleDataSet\importRecord(), ilTaxonomyDataSet\importRecord(), ilUserDataSet\importRecord(), ilChatroomImporter\importXmlRepresentation(), ilFileImporter\importXmlRepresentation(), ilFolderImporter\importXmlRepresentation(), ilLearningSequenceImporter\importXmlRepresentation(), ilOrgUnitImporter\importXmlRepresentation(), ilTestImporter\importXmlRepresentation(), and ilTestQuestionPoolImporter\importXmlRepresentation().
Here is the caller graph for this function:| ilImportMapping::getAllMappings | ( | ) |
Definition at line 99 of file class.ilImportMapping.php.
Referenced by ilHelpDataSet\importRecord().
Here is the caller graph for this function:
|
final |
Definition at line 46 of file class.ilImportMapping.php.
References $install_id.
|
final |
Definition at line 56 of file class.ilImportMapping.php.
References $install_url.
| ilImportMapping::getMapping | ( | string | $a_comp, |
| string | $a_entity, | ||
| string | $a_old_id | ||
| ) |
Definition at line 82 of file class.ilImportMapping.php.
Referenced by ilLearningSequenceImporter\buildLPSettings(), ilLearningSequenceImporter\buildLSItems(), ilCategoryImporter\finalProcessing(), ilContentPageImporter\finalProcessing(), ilForumImporter\finalProcessing(), ilGlossaryImporter\finalProcessing(), ilLearningModuleImporter\finalProcessing(), ilMediaCastImporter\finalProcessing(), ilTestQuestionPoolImporter\finalProcessing(), exQuestionPoolImporter\finalProcessing(), ilContainerImporter\finalProcessing(), ilTestImporter\finalRandomTestTaxonomyProcessing(), ilTestImporter\getNewMappedTaxonomyFilter(), ilPageComponentPluginImporter\getPCMapping(), ilContainerImporter\handleOfflineStatus(), ilBlogDataSet\importRecord(), ilCmiXapiDataSet\importRecord(), ilContentPageDataSet\importRecord(), ilGlossaryDataSet\importRecord(), ilIndividualAssessmentDataSet\importRecord(), ilLearningModuleDataSet\importRecord(), ilMediaCastDataSet\importRecord(), ilMediaPoolDataSet\importRecord(), ilPortfolioDataSet\importRecord(), ilSessionDataSet\importRecord(), ilSurveyDataSet\importRecord(), ilWikiDataSet\importRecord(), ilCalendarDataSet\importRecord(), ilHelpDataSet\importRecord(), ilMediaObjectDataSet\importRecord(), ilNewsDataSet\importRecord(), ilNotesDataSet\importRecord(), ilRatingDataSet\importRecord(), ilSkillDataSet\importRecord(), ilStyleDataSet\importRecord(), ilTaxonomyDataSet\importRecord(), ilUserDataSet\importRecord(), ilChatroomImporter\importXmlRepresentation(), ilCmiXapiImporter\importXmlRepresentation(), ilFileImporter\importXmlRepresentation(), ilFolderImporter\importXmlRepresentation(), ilGlossaryImporter\importXmlRepresentation(), ilLearningSequenceImporter\importXmlRepresentation(), ilTestImporter\importXmlRepresentation(), ilTestQuestionPoolImporter\importXmlRepresentation(), and ilLearningSequenceImporter\updateRefId().
Here is the caller graph for this function:| ilImportMapping::getMappingsOfEntity | ( | string | $a_comp, |
| string | $a_entity | ||
| ) |
Definition at line 104 of file class.ilImportMapping.php.
Referenced by ilContentPageImporter\finalProcessing(), ilForumImporter\finalProcessing(), ilGlossaryImporter\finalProcessing(), ilLearningModuleImporter\finalProcessing(), ilTestImporter\finalProcessing(), ilTestQuestionPoolImporter\finalProcessing(), exQuestionPoolImporter\finalProcessing(), ilContainerImporter\finalProcessing(), and ilTestImporter\importXmlRepresentation().
Here is the caller graph for this function:
|
final |
Definition at line 67 of file class.ilImportMapping.php.
References $target_id.
Referenced by ilSessionImporter\importXmlRepresentation(), and ilContainerImporter\isRootNode().
Here is the caller graph for this function:
|
final |
Definition at line 41 of file class.ilImportMapping.php.
|
final |
Definition at line 51 of file class.ilImportMapping.php.
|
final |
Definition at line 61 of file class.ilImportMapping.php.
| string ilImportMapping::$install_id |
Definition at line 28 of file class.ilImportMapping.php.
Referenced by getInstallId().
| string ilImportMapping::$install_url |
Definition at line 29 of file class.ilImportMapping.php.
Referenced by getInstallUrl().
| ilLogger ilImportMapping::$log |
Definition at line 30 of file class.ilImportMapping.php.
| array ilImportMapping::$mappings |
Definition at line 27 of file class.ilImportMapping.php.
|
protected |
Definition at line 32 of file class.ilImportMapping.php.
Referenced by getTargetId().