|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilSkillLevelRepository:
Collaboration diagram for ilSkillLevelRepository:Public Member Functions | |
| deleteLevelsOfSkill (int $skill_id) | |
| addLevel (int $skill_id, string $a_title, string $a_description, string $a_import_id="") | |
| getLevelData (int $skill_id, int $a_id=0) | |
| lookupLevelTitle (int $a_id) | |
| lookupLevelDescription (int $a_id) | |
| lookupLevelSkillId (int $a_id) | |
| writeLevelTitle (int $a_id, string $a_title) | |
| writeLevelDescription (int $a_id, string $a_description) | |
| updateLevelOrder (array $order) | |
| deleteLevel (int $a_id) | |
| fixLevelNumbering (int $skill_id) | |
| getSkillForLevelId (int $a_level_id) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilSkillLevelRepository
Definition at line 23 of file interface.ilSkillLevelRepository.php.
| ilSkillLevelRepository::addLevel | ( | int | $skill_id, |
| string | $a_title, | ||
| string | $a_description, | ||
| string | $a_import_id = "" |
||
| ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::deleteLevel | ( | int | $a_id | ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::deleteLevelsOfSkill | ( | int | $skill_id | ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::fixLevelNumbering | ( | int | $skill_id | ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::getLevelData | ( | int | $skill_id, |
| int | $a_id = 0 |
||
| ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::getSkillForLevelId | ( | int | $a_level_id | ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::lookupLevelDescription | ( | int | $a_id | ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::lookupLevelSkillId | ( | int | $a_id | ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::lookupLevelTitle | ( | int | $a_id | ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::updateLevelOrder | ( | array | $order | ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::writeLevelDescription | ( | int | $a_id, |
| string | $a_description | ||
| ) |
Implemented in ilSkillLevelDBRepository.
| ilSkillLevelRepository::writeLevelTitle | ( | int | $a_id, |
| string | $a_title | ||
| ) |
Implemented in ilSkillLevelDBRepository.