ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilBasicSkillTreeRepository Interface Reference

Interface ilBasicSkillTreeRepository. More...

+ Inheritance diagram for ilBasicSkillTreeRepository:
+ Collaboration diagram for ilBasicSkillTreeRepository:

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...
 

Detailed Description

Member Function Documentation

◆ getCommonSkillIdForImportId()

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)

Parameters
ilSkillTree$treeskill tree
int$a_source_inst_idsource installation id, must be <>0
int$a_skill_import_idsource skill id (type basic skill ("skll") or basic skill template ("sktp"))
int$a_tref_import_idsource template reference id (if > 0 skill_import_id will be of type "sktp")
Returns
array array of common skill ids, keys are "skill_id", "tref_id", "creation_date"

Implemented in ilBasicSkillTreeDBRepository.

◆ getLevelIdForImportId()

ilBasicSkillTreeRepository::getLevelIdForImportId ( int  $a_source_inst_id,
int  $a_level_import_id 
)

Get level ids for import IDs (newest first)

Parameters
int$a_source_inst_idsource installation id, must be <>0
int$a_level_import_idsource level id
Returns
array array of common skill ids, keys are "level_id", "creation_date"

Implemented in ilBasicSkillTreeDBRepository.


The documentation for this interface was generated from the following file: