19 declare(strict_types=1);
28 public function addLevel(
int $skill_id,
string $a_title,
string $a_description,
string $a_import_id =
""): void;
30 public function getLevelData(
int $skill_id,
int $a_id = 0): array;
Interface ilSkillLevelRepository.
updateLevelOrder(array $order)
writeLevelTitle(int $a_id, string $a_title)
lookupLevelDescription(int $a_id)
addLevel(int $skill_id, string $a_title, string $a_description, string $a_import_id="")
deleteLevelsOfSkill(int $skill_id)
getSkillForLevelId(int $a_level_id)
lookupLevelSkillId(int $a_id)
lookupLevelNumber(int $a_id)
lookupLevelTitle(int $a_id)
fixLevelNumbering(int $skill_id)
writeLevelDescription(int $a_id, string $a_description)
getLevelData(int $skill_id, int $a_id=0)