|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Import mapping. More...
Collaboration diagram for ilImportMapping:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| setInstallId ($a_val) | |
| Set Installation ID. More... | |
| getInstallId () | |
| Get Installation ID. More... | |
| setInstallUrl ($a_val) | |
| Set Installation Url. More... | |
| getInstallUrl () | |
| Get Installation Url. More... | |
| setTargetId ($a_target_id) | |
| set target id More... | |
| getTargetId () | |
| get target id More... | |
| addMapping ($a_comp, $a_entity, $a_old_id, $a_new_id) | |
| Add mapping. More... | |
| getMapping ($a_comp, $a_entity, $a_old_id) | |
| Get a mapping. More... | |
| getAllMappings () | |
| Get mapping. More... | |
| getMappingsOfEntity ($a_comp, $a_entity) | |
| Get mappings for entity. More... | |
Data Fields | |
| $mappings | |
| $install_id | |
| $install_url | |
| $log | |
Protected Attributes | |
| $target_id = 0 | |
| ilImportMapping::__construct | ( | ) |
Constructor.
return
Definition at line 26 of file class.ilImportMapping.php.
References ilLoggerFactory\getLogger().
Here is the call graph for this function:| ilImportMapping::addMapping | ( | $a_comp, | |
| $a_entity, | |||
| $a_old_id, | |||
| $a_new_id | |||
| ) |
Add mapping.
| string | component |
| string | entity |
| string | old id |
| string | new id |
Definition at line 101 of file class.ilImportMapping.php.
Referenced by ilIndividualAssessmentDataSet\importRecord(), and ilCmiXapiDataSet\importRecord().
Here is the caller graph for this function:| ilImportMapping::getAllMappings | ( | ) |
Get mapping.
Definition at line 135 of file class.ilImportMapping.php.
References $mappings.
|
final |
Get Installation ID.
Definition at line 48 of file class.ilImportMapping.php.
References $install_id.
|
final |
Get Installation Url.
Definition at line 68 of file class.ilImportMapping.php.
References $install_url.
| ilImportMapping::getMapping | ( | $a_comp, | |
| $a_entity, | |||
| $a_old_id | |||
| ) |
Get a mapping.
| string | component |
| string | entity |
| string | old id |
Definition at line 116 of file class.ilImportMapping.php.
Referenced by ilLearningSequenceImporter\buildLPSettings(), ilLearningSequenceImporter\buildLSItems(), ilTestImporter\finalRandomTestTaxonomyProcessing(), ilTestImporter\getNewMappedTaxonomyFilter(), ilIndividualAssessmentDataSet\importRecord(), ilCmiXapiDataSet\importRecord(), and ilLearningSequenceImporter\updateRefId().
Here is the caller graph for this function:| ilImportMapping::getMappingsOfEntity | ( | $a_comp, | |
| $a_entity | |||
| ) |
Get mappings for entity.
| string | component |
| string | entity |
Definition at line 147 of file class.ilImportMapping.php.
|
final |
get target id
Definition at line 88 of file class.ilImportMapping.php.
References $target_id.
|
final |
Set Installation ID.
| string | Installation ID |
Definition at line 38 of file class.ilImportMapping.php.
|
final |
Set Installation Url.
| string | Installation Url |
Definition at line 58 of file class.ilImportMapping.php.
|
final |
set target id
| object | $a_target_id |
Definition at line 78 of file class.ilImportMapping.php.
| ilImportMapping::$install_id |
Definition at line 14 of file class.ilImportMapping.php.
Referenced by getInstallId().
| ilImportMapping::$install_url |
Definition at line 15 of file class.ilImportMapping.php.
Referenced by getInstallUrl().
| ilImportMapping::$log |
Definition at line 16 of file class.ilImportMapping.php.
| ilImportMapping::$mappings |
Definition at line 13 of file class.ilImportMapping.php.
Referenced by getAllMappings().
|
protected |
Definition at line 18 of file class.ilImportMapping.php.
Referenced by getTargetId().