ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilExcMemberRepository $exc_mem_repo, ilExcAssMemberStateRepository $state_repo, ilExcTutorRepository $tutor_repo, \ILIAS\Exercise\Submission\SubmissionRepository $submission_repo) | |
getOpenAssignmentsOfUser (int $user_id) | |
Get all open assignments of a user. More... | |
getOpenPeerReviewsOfUser (int $user_id) | |
Get all open peer reviews of a user. More... | |
getOpenGradingsOfUser (int $user_id) | |
Get all open gradings of a user. More... | |
Protected Attributes | |
ILIAS Exercise Submission SubmissionRepository | $submission_repo |
ilExcMemberRepository | $exc_mem_repo |
ilExcAssMemberStateRepository | $state_repo |
ilExcTutorRepository | $tutor_repo |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Action class for derived tasks, mostly getting user reponsibilities by respecting permissions as well.
Definition at line 25 of file class.ilExerciseDerivedTaskAction.php.
ilExerciseDerivedTaskAction::__construct | ( | ilExcMemberRepository | $exc_mem_repo, |
ilExcAssMemberStateRepository | $state_repo, | ||
ilExcTutorRepository | $tutor_repo, | ||
\ILIAS\Exercise\Submission\SubmissionRepository | $submission_repo | ||
) |
Definition at line 32 of file class.ilExerciseDerivedTaskAction.php.
References $exc_mem_repo, $state_repo, $submission_repo, and $tutor_repo.
ilExerciseDerivedTaskAction::getOpenAssignmentsOfUser | ( | int | $user_id | ) |
Get all open assignments of a user.
ilExcUnknownAssignmentTypeException |
Definition at line 49 of file class.ilExerciseDerivedTaskAction.php.
References $ass_id.
ilExerciseDerivedTaskAction::getOpenGradingsOfUser | ( | int | $user_id | ) |
Get all open gradings of a user.
ilExcUnknownAssignmentTypeException |
Definition at line 90 of file class.ilExerciseDerivedTaskAction.php.
References $ass_id.
ilExerciseDerivedTaskAction::getOpenPeerReviewsOfUser | ( | int | $user_id | ) |
Get all open peer reviews of a user.
ilExcUnknownAssignmentTypeException |
Definition at line 73 of file class.ilExerciseDerivedTaskAction.php.
References $ass_id.
|
protected |
Definition at line 28 of file class.ilExerciseDerivedTaskAction.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilExerciseDerivedTaskAction.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilExerciseDerivedTaskAction.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilExerciseDerivedTaskAction.php.
Referenced by __construct().