| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilExcAssMemberStateRepository: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().
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 28 of file class.ilExcAssMemberStateRepository.php.
Referenced by __construct(), getAssignmentIdsWithGradingNeeded(), getAssignmentIdsWithPeerFeedbackNeeded(), and getSubmitableAssignmentIdsOfUser().