ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (\ilDBInterface $db=null) | |
getProfileLevels (int $profile_id) | |
createProfileLevels (int $profile_id, array $levels) | |
updateProfileLevels (int $profile_id, array $levels) | |
deleteProfileLevels (int $profile_id) | |
updateSkillOrder (int $profile_id, array $order) | |
fixSkillOrderNumbering (int $profile_id) | |
getMaxLevelOrderNr (int $profile_id) | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 22 of file class.SkillProfileLevelsDBRepository.php.
ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::__construct | ( | \ilDBInterface | $db = null | ) |
Definition at line 26 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $DIC.
ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::createProfileLevels | ( | int | $profile_id, |
array | $levels | ||
) |
Definition at line 55 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::deleteProfileLevels | ( | int | $profile_id | ) |
Definition at line 95 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::fixSkillOrderNumbering | ( | int | $profile_id | ) |
Definition at line 123 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::getMaxLevelOrderNr | ( | int | $profile_id | ) |
Definition at line 145 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::getProfileLevels | ( | int | $profile_id | ) |
Definition at line 33 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, $ilDB, and ILIAS\Repository\int().
ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::updateProfileLevels | ( | int | $profile_id, |
array | $levels | ||
) |
Definition at line 73 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::updateSkillOrder | ( | int | $profile_id, |
array | $order | ||
) |
Definition at line 105 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, $id, and $ilDB.
|
protected |
Definition at line 24 of file class.SkillProfileLevelsDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\__construct(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createProfileLevels(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\deleteProfileLevels(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\fixSkillOrderNumbering(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\getMaxLevelOrderNr(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\getProfileLevels(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\updateProfileLevels(), and ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\updateSkillOrder().