|
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 ilStudyProgrammeAutoCategoryRepository:
Collaboration diagram for ilStudyProgrammeAutoCategoryRepository:Public Member Functions | |
| getFor (int $prg_obj_id) | |
| Read category-surveillance settings of programme. More... | |
| create (int $prg_obj_id, int $category_ref_id, int $last_edited_usr_id=null, DateTimeImmutable $last_edited=null) | |
| Build an auto-category object. More... | |
| update (ilStudyProgrammeAutoCategory $ac) | |
| Store a category-surveillance setting. More... | |
| delete (int $prg_obj_id, array $cat_ref_ids) | |
| Delete a single category-surveillance. More... | |
| deleteFor (int $prg_obj_id) | |
| Delete all category-surveillance settings for a StudyProgramme. More... | |
Static Public Member Functions | |
| static | getProgrammesFor (int $cat_ref_id) |
| Get all programmes' ref_ids monitoring the given category. More... | |
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 Persistence of "monitored" categories for a StudyProgramme.
Definition at line 24 of file interface.ilStudyProgrammeAutoCategoryRepository.php.
| ilStudyProgrammeAutoCategoryRepository::create | ( | int | $prg_obj_id, |
| int | $category_ref_id, | ||
| int | $last_edited_usr_id = null, |
||
| DateTimeImmutable | $last_edited = null |
||
| ) |
Build an auto-category object.
Implemented in ilStudyProgrammeAutoCategoryDBRepository.
| ilStudyProgrammeAutoCategoryRepository::delete | ( | int | $prg_obj_id, |
| array | $cat_ref_ids | ||
| ) |
Delete a single category-surveillance.
| int[] | $cat_ref_ids |
Implemented in ilStudyProgrammeAutoCategoryDBRepository.
| ilStudyProgrammeAutoCategoryRepository::deleteFor | ( | int | $prg_obj_id | ) |
Delete all category-surveillance settings for a StudyProgramme.
Implemented in ilStudyProgrammeAutoCategoryDBRepository.
| ilStudyProgrammeAutoCategoryRepository::getFor | ( | int | $prg_obj_id | ) |
Read category-surveillance settings of programme.
Implemented in ilStudyProgrammeAutoCategoryDBRepository.
|
static |
Get all programmes' ref_ids monitoring the given category.
Implemented in ilStudyProgrammeAutoCategoryDBRepository.
| ilStudyProgrammeAutoCategoryRepository::update | ( | ilStudyProgrammeAutoCategory | $ac | ) |
Store a category-surveillance setting.
Implemented in ilStudyProgrammeAutoCategoryDBRepository.