|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestAccess:Public Member Functions | |
| __construct ($refId, $testId) | |
| getAccess () | |
| setAccess ($access) | |
| getRefId () | |
| setRefId ($refId) | |
| getTestId () | |
| setTestId ($testId) | |
| checkCorrectionsAccess () | |
| checkScoreParticipantsAccess () | |
| checkManageParticipantsAccess () | |
| checkParticipantsResultsAccess () | |
| checkStatisticsAccess () | |
| checkResultsAccessForActiveId ($activeId) | |
| checkScoreParticipantsAccessForActiveId ($activeId) | |
| checkStatisticsAccessForActiveId ($activeId) | |
Protected Member Functions | |
| checkAccessForActiveId ($accessFilter, $activeId) | |
Protected Attributes | |
| $access | |
| $refId | |
| $testId | |
Definition at line 27 of file class.ilTestAccess.php.
| ilTestAccess::__construct | ( | $refId, | |
| $testId | |||
| ) |
| integer | $refId | |
| integer | $testId |
Definition at line 48 of file class.ilTestAccess.php.
References $DIC, $refId, $testId, setAccess(), setRefId(), and setTestId().
Here is the call graph for this function:
|
protected |
| callable | $participantAccessFilter | |
| integer | $activeId |
Definition at line 190 of file class.ilTestAccess.php.
References $DIC, and getTestId().
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 108 of file class.ilTestAccess.php.
References getAccess(), and getRefId().
Here is the call graph for this function:| ilTestAccess::checkManageParticipantsAccess | ( | ) |
Definition at line 132 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 148 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 | ( | $activeId | ) |
| integer | $activeId |
Definition at line 206 of file class.ilTestAccess.php.
References checkAccessForActiveId(), ilTestParticipantAccessFilter\getAccessResultsUserFilter(), and getRefId().
Here is the call graph for this function:| ilTestAccess::checkScoreParticipantsAccess | ( | ) |
Definition at line 116 of file class.ilTestAccess.php.
References getAccess(), getRefId(), and ilOrgUnitOperation\OP_SCORE_PARTICIPANTS.
Here is the call graph for this function:| ilTestAccess::checkScoreParticipantsAccessForActiveId | ( | $activeId | ) |
| integer | $activeId |
Definition at line 216 of file class.ilTestAccess.php.
References checkAccessForActiveId(), getRefId(), and ilTestParticipantAccessFilter\getScoreParticipantsUserFilter().
Here is the call graph for this function:| ilTestAccess::checkStatisticsAccess | ( | ) |
Definition at line 172 of file class.ilTestAccess.php.
References getAccess(), getRefId(), and ilOrgUnitOperation\OP_ACCESS_RESULTS.
Here is the call graph for this function:| ilTestAccess::checkStatisticsAccessForActiveId | ( | $activeId | ) |
| integer | $activeId |
Definition at line 226 of file class.ilTestAccess.php.
References checkAccessForActiveId(), ilTestParticipantAccessFilter\getAccessStatisticsUserFilter(), and getRefId().
Here is the call graph for this function:| ilTestAccess::getAccess | ( | ) |
Definition at line 60 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 76 of file class.ilTestAccess.php.
References $refId.
Referenced by checkCorrectionsAccess(), checkManageParticipantsAccess(), checkParticipantsResultsAccess(), checkResultsAccessForActiveId(), checkScoreParticipantsAccess(), checkScoreParticipantsAccessForActiveId(), checkStatisticsAccess(), and checkStatisticsAccessForActiveId().
Here is the caller graph for this function:| ilTestAccess::getTestId | ( | ) |
Definition at line 92 of file class.ilTestAccess.php.
References $testId.
Referenced by checkAccessForActiveId().
Here is the caller graph for this function:| ilTestAccess::setAccess | ( | $access | ) |
| ilAccessHandler | $access |
Definition at line 68 of file class.ilTestAccess.php.
References $access, and ILIAS\Repository\access().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestAccess::setRefId | ( | $refId | ) |
| int | $refId |
Definition at line 84 of file class.ilTestAccess.php.
References $refId.
Referenced by __construct().
Here is the caller graph for this function:| ilTestAccess::setTestId | ( | $testId | ) |
| int | $testId |
Definition at line 100 of file class.ilTestAccess.php.
References $testId.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 32 of file class.ilTestAccess.php.
Referenced by getAccess(), and setAccess().
|
protected |
Definition at line 37 of file class.ilTestAccess.php.
Referenced by __construct(), getRefId(), and setRefId().
|
protected |
Definition at line 42 of file class.ilTestAccess.php.
Referenced by __construct(), getTestId(), and setTestId().