|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Persistence of "monitored" categories for a StudyProgramme. More...
Inheritance diagram for ilStudyProgrammeAutoCategoryRepository:
Collaboration diagram for ilStudyProgrammeAutoCategoryRepository:Public Member Functions | |
| readFor (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... | |
Persistence of "monitored" categories for a StudyProgramme.
Definition at line 8 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 | $prg_obj_id | |
| int[] | $cat_ref_ids |
Implemented in ilStudyProgrammeAutoCategoryDBRepository.
| ilStudyProgrammeAutoCategoryRepository::deleteFor | ( | int | $prg_obj_id | ) |
Delete all category-surveillance settings for a StudyProgramme.
| int | $prg_obj_id |
Implemented in ilStudyProgrammeAutoCategoryDBRepository.
|
static |
Get all programmes' ref_ids monitoring the given category.
Implemented in ilStudyProgrammeAutoCategoryDBRepository.
| ilStudyProgrammeAutoCategoryRepository::readFor | ( | int | $prg_obj_id | ) |
Read category-surveillance settings of programme.
| int | $prg_obj_id |
Implemented in ilStudyProgrammeAutoCategoryDBRepository.
| ilStudyProgrammeAutoCategoryRepository::update | ( | ilStudyProgrammeAutoCategory | $ac | ) |
Store a category-surveillance setting.
| ilStudyProgrammeAutoCategory | $ac |
Implemented in ilStudyProgrammeAutoCategoryDBRepository.