3 declare(strict_types=1);
51 public function getByPrgId(
int $prg_id) : array;
update(ilStudyProgrammeProgress $progress)
Update record corresponding to progress.
getByAssignmentId(int $assignment_id)
Load progress objects belonging to an assignment id.
getByIds(int $prg_id, int $assignment_id)
Load progress belonging to a prg id and assignment.
createFor(ilStudyProgrammeSettings $prg, ilStudyProgrammeAssignment $ass)
Create a record corresponding to a progress and return corresponding object.
getRiskyToFailInstances()
getByPrgIdAndUserId(int $prg_id, int $usr_id)
Load progress objects belonging to a prg id and a user id.
Represents one assignment of the user to a program tree.
getByPrgId(int $prg_id)
Load progress objects belonging to a prg id.
Class ilStudyProgrammeProgress.
getByPrgIdAndAssignmentId(int $prg_id, int $assignment_id)
Load progress belonging to a prg id and assignment.
Covers the persistence of settings belonging to a study programme (SP).
getExpiredSuccessfull()
Load all progress objects which are successfull and whose validity is expired.
getFirstByPrgId(int $prg_id)
Load the first progress objects belonging to a prg id.