|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilTestAccess:Public Member Functions | |
| getAccess () | |
| setAccess (ilAccessHandler $access) | |
| getRefId () | |
| setRefId (int $ref_id) | |
| getTestId () | |
| setTestId (int $test_id) | |
| checkCorrectionsAccess () | |
| checkScoreParticipantsAccess () | |
| checkManageParticipantsAccess () | |
| checkParticipantsResultsAccess () | |
| checkStatisticsAccess () | |
| checkResultsAccessForActiveId (int $active_id) | |
| checkScoreParticipantsAccessForActiveId (int $active_id) | |
| checkStatisticsAccessForActiveId (int $active_id) | |
Protected Member Functions | |
| checkAccessForActiveId (Closure $access_filter, int $active_id) | |
Protected Attributes | |
| ilAccessHandler | $access |
| ilDBInterface | $db |
| ilLanguage | $lng |
| ilTestParticipantAccessFilterFactory | $participant_access_filter |
Definition at line 29 of file class.ilTestAccess.php.
|
protected |
Definition at line 162 of file class.ilTestAccess.php.
References getTestId(), and ILIAS\Repository\lng().
Referenced by checkResultsAccessForActiveId(), checkScoreParticipantsAccessForActiveId(), and checkStatisticsAccessForActiveId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestAccess::checkCorrectionsAccess | ( | ) |
Definition at line 85 of file class.ilTestAccess.php.
References getAccess(), and getRefId().
Here is the call graph for this function:| ilTestAccess::checkManageParticipantsAccess | ( | ) |
Definition at line 109 of file class.ilTestAccess.php.
References getAccess(), getRefId(), and ilOrgUnitOperation\OP_MANAGE_PARTICIPANTS.
Here is the call graph for this function:| ilTestAccess::checkParticipantsResultsAccess | ( | ) |
Definition at line 125 of file class.ilTestAccess.php.
References getAccess(), getRefId(), ilOrgUnitOperation\OP_ACCESS_RESULTS, and ilOrgUnitOperation\OP_MANAGE_PARTICIPANTS.
Here is the call graph for this function:| ilTestAccess::checkResultsAccessForActiveId | ( | int | $active_id | ) |
Definition at line 172 of file class.ilTestAccess.php.
References checkAccessForActiveId(), and getRefId().
Here is the call graph for this function:| ilTestAccess::checkScoreParticipantsAccess | ( | ) |
Definition at line 93 of file class.ilTestAccess.php.
References getAccess(), getRefId(), and ilOrgUnitOperation\OP_SCORE_PARTICIPANTS.
Here is the call graph for this function:| ilTestAccess::checkScoreParticipantsAccessForActiveId | ( | int | $active_id | ) |
Definition at line 178 of file class.ilTestAccess.php.
References checkAccessForActiveId(), and getRefId().
Here is the call graph for this function:| ilTestAccess::checkStatisticsAccess | ( | ) |
Definition at line 149 of file class.ilTestAccess.php.
References getAccess(), getRefId(), and ilOrgUnitOperation\OP_ACCESS_RESULTS.
Here is the call graph for this function:| ilTestAccess::checkStatisticsAccessForActiveId | ( | int | $active_id | ) |
Definition at line 184 of file class.ilTestAccess.php.
References checkAccessForActiveId(), and getRefId().
Here is the call graph for this function:| ilTestAccess::getAccess | ( | ) |
Definition at line 52 of file class.ilTestAccess.php.
References $access.
Referenced by checkCorrectionsAccess(), checkManageParticipantsAccess(), checkParticipantsResultsAccess(), checkScoreParticipantsAccess(), and checkStatisticsAccess().
Here is the caller graph for this function:| ilTestAccess::getRefId | ( | ) |
Definition at line 62 of file class.ilTestAccess.php.
References $ref_id.
Referenced by checkCorrectionsAccess(), checkManageParticipantsAccess(), checkParticipantsResultsAccess(), checkResultsAccessForActiveId(), checkScoreParticipantsAccess(), checkScoreParticipantsAccessForActiveId(), checkStatisticsAccess(), and checkStatisticsAccessForActiveId().
Here is the caller graph for this function:| ilTestAccess::getTestId | ( | ) |
Definition at line 72 of file class.ilTestAccess.php.
Referenced by checkAccessForActiveId().
Here is the caller graph for this function:| ilTestAccess::setAccess | ( | ilAccessHandler | $access | ) |
Definition at line 57 of file class.ilTestAccess.php.
References $access, and ILIAS\Repository\access().
Here is the call graph for this function:| ilTestAccess::setRefId | ( | int | $ref_id | ) |
Definition at line 67 of file class.ilTestAccess.php.
References $ref_id.
| ilTestAccess::setTestId | ( | int | $test_id | ) |
Definition at line 77 of file class.ilTestAccess.php.
|
protected |
Definition at line 31 of file class.ilTestAccess.php.
Referenced by getAccess(), and setAccess().
|
protected |
Definition at line 32 of file class.ilTestAccess.php.
|
protected |
Definition at line 33 of file class.ilTestAccess.php.
|
protected |
Definition at line 35 of file class.ilTestAccess.php.