|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 15 of file class.ilTestAccess.php.
| ilTestAccess::__construct | ( | $refId, | |
| $testId | |||
| ) |
| integer | $refId | |
| integer | $testId |
Definition at line 36 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 166 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 96 of file class.ilTestAccess.php.
References getAccess(), and getRefId().
Here is the call graph for this function:| ilTestAccess::checkManageParticipantsAccess | ( | ) |
Definition at line 120 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 136 of file class.ilTestAccess.php.
References getAccess(), getRefId(), and ilOrgUnitOperation\OP_ACCESS_RESULTS.
Referenced by checkStatisticsAccess().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestAccess::checkResultsAccessForActiveId | ( | $activeId | ) |
| integer | $activeId |
Definition at line 182 of file class.ilTestAccess.php.
References checkAccessForActiveId(), ilTestParticipantAccessFilter\getAccessResultsUserFilter(), and getRefId().
Here is the call graph for this function:| ilTestAccess::checkScoreParticipantsAccess | ( | ) |
Definition at line 104 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 192 of file class.ilTestAccess.php.
References checkAccessForActiveId(), getRefId(), and ilTestParticipantAccessFilter\getScoreParticipantsUserFilter().
Here is the call graph for this function:| ilTestAccess::checkStatisticsAccess | ( | ) |
Definition at line 152 of file class.ilTestAccess.php.
References checkParticipantsResultsAccess(), getAccess(), and getRefId().
Here is the call graph for this function:| ilTestAccess::checkStatisticsAccessForActiveId | ( | $activeId | ) |
| integer | $activeId |
Definition at line 202 of file class.ilTestAccess.php.
References checkAccessForActiveId(), ilTestParticipantAccessFilter\getAccessStatisticsUserFilter(), and getRefId().
Here is the call graph for this function:| ilTestAccess::getAccess | ( | ) |
Definition at line 48 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 64 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 80 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 56 of file class.ilTestAccess.php.
References $access.
Referenced by __construct().
Here is the caller graph for this function:| ilTestAccess::setRefId | ( | $refId | ) |
| int | $refId |
Definition at line 72 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 88 of file class.ilTestAccess.php.
References $testId.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 20 of file class.ilTestAccess.php.
Referenced by getAccess(), and setAccess().
|
protected |
Definition at line 25 of file class.ilTestAccess.php.
Referenced by __construct(), getRefId(), and setRefId().
|
protected |
Definition at line 30 of file class.ilTestAccess.php.
Referenced by __construct(), getTestId(), and setTestId().