ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (ilDBInterface $db=null) | |
getCommonSkillIdForImportId (ilSkillTree $tree, int $a_source_inst_id, int $a_skill_import_id, int $a_tref_import_id=0) | |
getLevelIdForImportId (int $a_source_inst_id, int $a_level_import_id) | |
Protected Attributes | |
$db | |
Definition at line 3 of file class.ilBasicSkillTreeDBRepository.php.
ilBasicSkillTreeDBRepository::__construct | ( | ilDBInterface | $db = null | ) |
Definition at line 10 of file class.ilBasicSkillTreeDBRepository.php.
ilBasicSkillTreeDBRepository::getCommonSkillIdForImportId | ( | ilSkillTree | $tree, |
int | $a_source_inst_id, | ||
int | $a_skill_import_id, | ||
int | $a_tref_import_id = 0 |
||
) |
Implements ilBasicSkillTreeRepository.
Definition at line 22 of file class.ilBasicSkillTreeDBRepository.php.
References $db, $ilDB, $results, ilSkillTemplateReference\_lookupTemplateId(), and ilSkillTree\getTopParentNodeId().
ilBasicSkillTreeDBRepository::getLevelIdForImportId | ( | int | $a_source_inst_id, |
int | $a_level_import_id | ||
) |
Implements ilBasicSkillTreeRepository.
Definition at line 80 of file class.ilBasicSkillTreeDBRepository.php.
References $db, $ilDB, and $results.
|
protected |
Definition at line 8 of file class.ilBasicSkillTreeDBRepository.php.
Referenced by __construct(), getCommonSkillIdForImportId(), and getLevelIdForImportId().