|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Repository object assignment information. More...
Inheritance diagram for ilExcRepoObjAssignmentAccessInfo:
Collaboration diagram for ilExcRepoObjAssignmentAccessInfo:Public Member Functions | |
| isGranted () | |
| Is access granted due to exercise assignment conditions? More... | |
| getNotGrantedReasons () | |
| Get reasons why access is not granted. More... | |
| isGranted () | |
| Is access granted due to exercise assignment conditions? More... | |
| getNotGrantedReasons () | |
| Get reasons why access is not granted. More... | |
Static Public Member Functions | |
| static | getInfo ($a_ref_id, $a_user_id) |
Protected Member Functions | |
| __construct ($a_is_granted, array $a_not_granted_reasons) | |
| Constructor. More... | |
Protected Attributes | |
| $is_granted | |
| $not_granted_reasons | |
| $lng | |
| $access | |
Repository object assignment information.
Definition at line 12 of file class.ilExcRepoObjAssignmentAccessInfo.php.
|
protected |
Constructor.
| bool | $a_is_granted | |
| string[] | $a_not_granted_reasons |
Definition at line 39 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $DIC.
|
static |
| int | $a_ref_id | ref id |
| int | $a_user_id | user id |
Definition at line 78 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $access, $DIC, $i, $lng, and ilExcRepoObjAssignment\getInstance().
Referenced by ilExcRepoObjAssignment\getAccessInfo(), and ilExcRepoObjAssignment\isGranted().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcRepoObjAssignmentAccessInfo::getNotGrantedReasons | ( | ) |
Get reasons why access is not granted.
Implements ilExcRepoObjAssignmentAccessInfoInterface.
Definition at line 66 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $not_granted_reasons.
| ilExcRepoObjAssignmentAccessInfo::isGranted | ( | ) |
Is access granted due to exercise assignment conditions?
Implements ilExcRepoObjAssignmentAccessInfoInterface.
Definition at line 56 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $is_granted.
|
protected |
Definition at line 32 of file class.ilExcRepoObjAssignmentAccessInfo.php.
Referenced by getInfo().
|
protected |
Definition at line 17 of file class.ilExcRepoObjAssignmentAccessInfo.php.
Referenced by isGranted().
|
protected |
Definition at line 27 of file class.ilExcRepoObjAssignmentAccessInfo.php.
Referenced by getInfo().
|
protected |
Definition at line 22 of file class.ilExcRepoObjAssignmentAccessInfo.php.
Referenced by getNotGrantedReasons().