ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Handles exercise repository object assignments. More...
Public Member Functions | |
getAssignmentInfoOfObj ($a_ref_id, $a_user_id) | |
Get assignment(s) information of repository object. More... | |
getAccessInfo ($a_ref_id, $a_user_id) | |
Get assignment access info for a repository object. More... | |
isGranted ($a_ref_id, $a_user_id) | |
Is access denied. More... | |
Static Public Member Functions | |
static | getInstance () |
Get instance. More... | |
Protected Member Functions | |
__construct () | |
Constructor. More... | |
Handles exercise repository object assignments.
Main entry point for consumers.
Definition at line 11 of file class.ilExcRepoObjAssignment.php.
|
protected |
ilExcRepoObjAssignment::getAccessInfo | ( | $a_ref_id, | |
$a_user_id | |||
) |
Get assignment access info for a repository object.
int | $a_ref_id | ref id |
int | $a_user_id | user id |
Definition at line 52 of file class.ilExcRepoObjAssignment.php.
References ilExcRepoObjAssignmentAccessInfo\getInfo().
ilExcRepoObjAssignment::getAssignmentInfoOfObj | ( | $a_ref_id, | |
$a_user_id | |||
) |
Get assignment(s) information of repository object.
int | $a_ref_id | ref id |
int | $a_user_id | if user id is provided, only readable links will be added |
Implements ilExcRepoObjAssignmentInterface.
Definition at line 40 of file class.ilExcRepoObjAssignment.php.
References ilExcRepoObjAssignmentInfo\getInfo().
|
static |
Get instance.
Definition at line 28 of file class.ilExcRepoObjAssignment.php.
Referenced by ilObjWikiAccess\_checkAccess(), ilObjWikiGUI\getAssignmentButtons(), ilExcRepoObjAssignmentAccessInfo\getInfo(), ilObjWikiListGUI\getProperties(), and ilObjWikiGUI\triggerAssignmentTool().
ilExcRepoObjAssignment::isGranted | ( | $a_ref_id, | |
$a_user_id | |||
) |
Is access denied.
int | $a_ref_id | ref id |
int | $a_user_id | user id |
Implements ilExcRepoObjAssignmentInterface.
Definition at line 64 of file class.ilExcRepoObjAssignment.php.
References ilExcRepoObjAssignmentAccessInfo\getInfo().