3 declare(strict_types=1);
readByPrgId(int $prg_id)
Load progress objects belonging to a prg id.
readByAssignmentId(int $assignment_id)
Load progress objects belonging to an assignment id.
readExpiredSuccessfull()
Load all progress objects which are successfull and whose validity is expired.
update(ilStudyProgrammeProgress $progress)
Update record corresponding to progress.
createFor(ilStudyProgrammeSettings $prg, ilStudyProgrammeAssignment $ass)
Create a record corresponding to a progress and return corresponding object.
read(int $id)
Load progress belonging to a id.
readFirstByPrgId(int $prg_id)
Load the first progress objects belonging to a prg id.
Class ilStudyProgrammeAssignment.
readByIds(int $prg_id, int $assignment_id, int $usr_id)
Load progress belonging to a prg id and assignment.
Class ilStudyProgrammeProgress.
readRiskyToFailInstances()
Covers the persistence of settings belonging to a study programme (SP).
readByPrgIdAndAssignmentId(int $prg_id, int $assignment_id)
Load progress belonging to a prg id and assignment.
readByPrgIdAndUserId(int $prg_id, int $usr_id)
Load progress objects belonging to a prg id and a user id.