ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilStudyProgrammeAutoCategoryRepository.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types = 1);
4 
9 {
15  public function getFor(int $prg_obj_id) : array;
16 
21  public function create(
22  int $prg_obj_id,
23  int $category_ref_id,
24  int $last_edited_usr_id = null,
25  \DateTimeImmutable $last_edited = null
27 
32  public function update(ilStudyProgrammeAutoCategory $ac);
33 
39  public function delete(int $prg_obj_id, array $cat_ref_ids);
40 
45  public function deleteFor(int $prg_obj_id);
46 
51  public static function getProgrammesFor(int $cat_ref_id) : array;
52 }
static getProgrammesFor(int $cat_ref_id)
Get all programmes&#39; ref_ids monitoring the given category.
update(ilStudyProgrammeAutoCategory $ac)
Store a category-surveillance setting.
create(int $prg_obj_id, int $category_ref_id, int $last_edited_usr_id=null, \DateTimeImmutable $last_edited=null)
Build an auto-category object.
getFor(int $prg_obj_id)
Read category-surveillance settings of programme.
Class ilStudyProgrammeAutoCategory.
deleteFor(int $prg_obj_id)
Delete all category-surveillance settings for a StudyProgramme.
Persistence of "monitored" categories for a StudyProgramme.