ILIAS
release_8 Revision v8.19
|
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 (ilDBInterface $db=null) | |
getSubmitableAssignmentIdsOfUser (array $exc_ids, int $user_id) | |
Get all assignments for a user where the user may hand in submissions. More... | |
getAssignmentIdsWithGradingNeeded (array $exc_ids) | |
Get assignments with open gradings. More... | |
getAssignmentIdsWithPeerFeedbackNeeded (array $exc_ids, int $user_id) | |
Get all assignments for a user where the user may hand in submissions. More... | |
Protected Attributes | |
ilDBInterface | $db |
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 This class determines assignment member state information directly on the persistence layer. Thus its procedures are fast but may not include/respect all higher application logic of the assignment state of members
Definition at line 26 of file class.ilExcAssMemberStateRepository.php.
ilExcAssMemberStateRepository::__construct | ( | ilDBInterface | $db = null | ) |
Definition at line 30 of file class.ilExcAssMemberStateRepository.php.
ilExcAssMemberStateRepository::getAssignmentIdsWithGradingNeeded | ( | array | $exc_ids | ) |
Get assignments with open gradings.
int[] | $exc_ids exercises the user is "tutor" of |
Definition at line 78 of file class.ilExcAssMemberStateRepository.php.
References $db, ilDBInterface\fetchAssoc(), ilDBInterface\in(), ILIAS\Repository\int(), and ilDBInterface\queryF().
ilExcAssMemberStateRepository::getAssignmentIdsWithPeerFeedbackNeeded | ( | array | $exc_ids, |
int | $user_id | ||
) |
Get all assignments for a user where the user may hand in submissions.
int[] | $exc_ids exercises the user is "member" in |
Definition at line 105 of file class.ilExcAssMemberStateRepository.php.
References $db, ilDBInterface\fetchAssoc(), ilDBInterface\in(), and ilDBInterface\queryF().
ilExcAssMemberStateRepository::getSubmitableAssignmentIdsOfUser | ( | array | $exc_ids, |
int | $user_id | ||
) |
Get all assignments for a user where the user may hand in submissions.
int[] | $exc_ids exercises the user is "member" in |
Definition at line 45 of file class.ilExcAssMemberStateRepository.php.
References $db, ilDBInterface\fetchAssoc(), ilDBInterface\in(), and ilDBInterface\queryF().
|
protected |
Definition at line 28 of file class.ilExcAssMemberStateRepository.php.
Referenced by __construct(), getAssignmentIdsWithGradingNeeded(), getAssignmentIdsWithPeerFeedbackNeeded(), and getSubmitableAssignmentIdsOfUser().