ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
interface.IndividualAssessmentAccessHandler.php
Go to the documentation of this file.
1<?php
2require_once 'Services/User/classes/class.ilObjUser.php';
3require_once 'Modules/IndividualAssessment/classes/class.ilObjIndividualAssessment.php';
9{
10
17 public function checkAccessToObj($operation);
18
25
33
41
47 public function isSystemAdmin();
48}
An exception for terminatinating execution or to throw for unit testing.
For the purpose of streamlining the grading and learning-process status definition outside of tests,...
Mechanic regarding the access controll and roles of an objcet goes here.
initDefaultRolesForObject(ilObjIndividualAssessment $iass)
Create default roles at an object.
checkAccessToObj($operation)
Can an user perform an operation on some Individual assessment?
assignUserToMemberRole(ilObjUser $usr, ilObjIndividualAssessment $iass)
Assign a user to the member role at an Individual assessment.
isSystemAdmin()
Check whether user is system admin.
deassignUserFromMemberRole(ilObjUser $usr, ilObjIndividualAssessment $iass)
Deasign a user from the member role at an Individual assessment.