ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface for assignment types. More...
Public Member Functions | |
getAssignmentInfoOfObj ($a_ref_id, $a_user_id) | |
Get assignment(s) info of repository object. More... | |
isGranted ($a_ref_id, $a_user_id) | |
Get assignment access info for a repository object. More... | |
Interface for assignment types.
Definition at line 10 of file interface.ilExcRepoObjAssignmentInterface.php.
ilExcRepoObjAssignmentInterface::getAssignmentInfoOfObj | ( | $a_ref_id, | |
$a_user_id | |||
) |
Get assignment(s) info of repository object.
int | $a_ref_id | ref id |
int | $a_user_id | user id |
Implemented in ilExcRepoObjAssignment.
ilExcRepoObjAssignmentInterface::isGranted | ( | $a_ref_id, | |
$a_user_id | |||
) |
Get assignment access info for a repository object.
int | $a_ref_id | |
int | $a_user_id |
Implemented in ilExcRepoObjAssignment.