ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 13 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 55 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 42 of file class.ilExcRepoObjAssignment.php.
References ilExcRepoObjAssignmentInfo\getInfo().
|
static |
Get instance.
Definition at line 30 of file class.ilExcRepoObjAssignment.php.
Referenced by ilObjWikiAccess\_checkAccess(), ilExcRepoObjAssignmentAccessInfo\getInfo(), ilObjWikiListGUI\getProperties(), and ilWikiPageGUI\preview().
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 68 of file class.ilExcRepoObjAssignment.php.
References $info, and ilExcRepoObjAssignmentAccessInfo\getInfo().