ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Import mapping. More...
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.
Definition at line 26 of file class.ilImportMapping.php.
References array, and ilLoggerFactory\getLogger().
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.
ilImportMapping::getAllMappings | ( | ) |
Get mapping.
Definition at line 137 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 ilTestImporter\finalRandomTestTaxonomyProcessing(), and ilDataCollectionDataSet\getXmlNamespace().
ilImportMapping::getMappingsOfEntity | ( | $a_comp, | |
$a_entity | |||
) |
Get mappings for entity.
string | component |
string | entity |
Definition at line 149 of file class.ilImportMapping.php.
References array.
|
final |
get target id
Definition at line 88 of file class.ilImportMapping.php.
References $target_id.
Referenced by ilDataCollectionDataSet\getXmlNamespace().
|
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().