ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface ilBasicSkillTreeRepository. More...
Public Member Functions | |
getCommonSkillIdForImportId (ilSkillTree $tree, int $a_source_inst_id, int $a_skill_import_id, int $a_tref_import_id=0) | |
Get common skill ids for import IDs (newest first) More... | |
getLevelIdForImportId (int $a_source_inst_id, int $a_level_import_id) | |
Get level ids for import IDs (newest first) More... | |
Interface ilBasicSkillTreeRepository.
Definition at line 8 of file interface.ilBasicSkillTreeRepository.php.
ilBasicSkillTreeRepository::getCommonSkillIdForImportId | ( | ilSkillTree | $tree, |
int | $a_source_inst_id, | ||
int | $a_skill_import_id, | ||
int | $a_tref_import_id = 0 |
||
) |
Get common skill ids for import IDs (newest first)
ilSkillTree | $tree | skill tree |
int | $a_source_inst_id | source installation id, must be <>0 |
int | $a_skill_import_id | source skill id (type basic skill ("skll") or basic skill template ("sktp")) |
int | $a_tref_import_id | source template reference id (if > 0 skill_import_id will be of type "sktp") |
Implemented in ilBasicSkillTreeDBRepository.
ilBasicSkillTreeRepository::getLevelIdForImportId | ( | int | $a_source_inst_id, |
int | $a_level_import_id | ||
) |
Get level ids for import IDs (newest first)
int | $a_source_inst_id | source installation id, must be <>0 |
int | $a_level_import_id | source level id |
Implemented in ilBasicSkillTreeDBRepository.