3 declare(strict_types=1);
    31     public function getFor(
int $prg_obj_id): array;
    39         int $last_edited_usr_id = null,
    53     public function delete(
int $prg_obj_id, array $cat_ref_ids): 
void;
    58     public function deleteFor(
int $prg_obj_id): void;
 
static getProgrammesFor(int $cat_ref_id)
Get all programmes' 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. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
deleteFor(int $prg_obj_id)
Delete all category-surveillance settings for a StudyProgramme. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...