1 <?php declare(strict_types = 1);
17 public function get(
int $id);
22 public function getByUsrId(
int $usr_id) : array;
27 public function getByPrgId(
int $prg_id) : array;
getDueToRestart()
Get all assignments due to restart and not restrted yet.
getDueToManuelRestart(int $days_before_end)
Get all assignments due to restart and not restrted yet.
getByUsrId(int $usr_id)
Get all assignments of a user.
createFor(int $prg_id, int $usr_id, int $assigning_usr_id)
Create a record corresponding to a SP-Object and return represending settings.
update(ilStudyProgrammeAssignment $assignment)
Update settings belonging to a SP-Object.
Represents one assignment of the user to a program tree.
getByPrgId(int $prg_id)
Get all assignments to a prg.