|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilBasicSkillTreeDBRepository:
Collaboration diagram for ilBasicSkillTreeDBRepository: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) | |
| @inheritDoc More... | |
| getLevelIdForImportId (int $a_source_inst_id, int $a_level_import_id) | |
| @inheritDoc More... | |
| 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... | |
Protected Attributes | |
| $db | |
Definition at line 3 of file class.ilBasicSkillTreeDBRepository.php.
| ilBasicSkillTreeDBRepository::__construct | ( | ilDBInterface | $db = null | ) |
| ilBasicSkillTreeDBRepository::getCommonSkillIdForImportId | ( | ilSkillTree | $tree, |
| int | $a_source_inst_id, | ||
| int | $a_skill_import_id, | ||
| int | $a_tref_import_id = 0 |
||
| ) |
@inheritDoc
Implements ilBasicSkillTreeRepository.
Definition at line 22 of file class.ilBasicSkillTreeDBRepository.php.
| ilBasicSkillTreeDBRepository::getLevelIdForImportId | ( | int | $a_source_inst_id, |
| int | $a_level_import_id | ||
| ) |
@inheritDoc
Implements ilBasicSkillTreeRepository.
Definition at line 80 of file class.ilBasicSkillTreeDBRepository.php.
|
protected |
Definition at line 8 of file class.ilBasicSkillTreeDBRepository.php.
Referenced by __construct().