24 public function addLevel(
int $skill_id,
string $a_title,
string $a_description,
string $a_import_id =
"");
32 public function getLevelData(
int $skill_id,
int $a_id = 0) : array;
writeLevelTitle(int $a_id, string $a_title)
Write level title.
updateLevelOrder(array $order)
Update level order.
getLevelData(int $skill_id, int $a_id=0)
Get level data.
fixLevelNumbering(int $skill_id)
Fix level numbering.
getSkillForLevelId(int $a_level_id)
Get skill for level id.
Interface ilBasicSkillLevelRepository.
deleteLevelsOfSkill(int $skill_id)
Delete levels of a skill.
deleteLevel(int $a_id)
Delete level.
writeLevelDescription(int $a_id, string $a_description)
Write level description.
lookupLevelTitle(int $a_id)
Lookup level title.
lookupLevelDescription(int $a_id)
Lookup level description.
addLevel(int $skill_id, string $a_title, string $a_description, string $a_import_id="")
Add new level.
lookupLevelSkillId(int $a_id)
Lookup level skill id.