|
ILIAS
eassessment Revision 61809
|
Import mapping. More...
Collaboration diagram for ilImportMapping:Public Member Functions | |
| __construct () | |
| Constructor. | |
| setInstallId ($a_val) | |
| Set Installation ID. | |
| getInstallId () | |
| Get Installation ID. | |
| setInstallUrl ($a_val) | |
| Set Installation Url. | |
| getInstallUrl () | |
| Get Installation Url. | |
| setTagetId ($a_target_id) | |
| set target id | |
| getTargetId () | |
| get target id | |
| addMapping ($a_comp, $a_entity, $a_old_id, $a_new_id) | |
| Add mapping. | |
| getMapping ($a_comp, $a_entity, $a_old_id) | |
| Get a mapping. | |
| getAllMappings () | |
| Get mapping. | |
| getMappingsOfEntity ($a_comp, $a_entity) | |
| Get mappings for entity. | |
Data Fields | |
| $mappings | |
| $install_id | |
| $install_url | |
Protected Attributes | |
| $target_id = 0 | |
| ilImportMapping::__construct | ( | ) |
Constructor.
| @return |
Definition at line 25 of file class.ilImportMapping.php.
| 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 97 of file class.ilImportMapping.php.
| ilImportMapping::getAllMappings | ( | ) |
Get mapping.
Definition at line 130 of file class.ilImportMapping.php.
References $mappings.
|
final |
Get Installation ID.
Definition at line 45 of file class.ilImportMapping.php.
References $install_id.
|
final |
Get Installation Url.
Definition at line 65 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 111 of file class.ilImportMapping.php.
| ilImportMapping::getMappingsOfEntity | ( | $a_comp, | |
| $a_entity | |||
| ) |
Get mappings for entity.
| string | component |
| string | entity |
Definition at line 142 of file class.ilImportMapping.php.
|
final |
get target id
Definition at line 84 of file class.ilImportMapping.php.
References $target_id.
|
final |
Set Installation ID.
| string | Installation ID |
Definition at line 35 of file class.ilImportMapping.php.
|
final |
Set Installation Url.
| string | Installation Url |
Definition at line 55 of file class.ilImportMapping.php.
|
final |
set target id
| object | $a_target_id |
Definition at line 75 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::$mappings |
Definition at line 13 of file class.ilImportMapping.php.
Referenced by getAllMappings().
|
protected |
Definition at line 17 of file class.ilImportMapping.php.
Referenced by getTargetId().