| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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... | |
Static Public Member Functions | |
| static | getInfo (int $a_ref_id, int $a_user_id) | 
Protected Member Functions | |
| __construct (bool $a_is_granted, array $a_not_granted_reasons) | |
| Constructor.  More... | |
Protected Attributes | |
| bool | $is_granted | 
| array | $not_granted_reasons | 
| ilLanguage | $lng | 
| ilAccessHandler | $access | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Repository object assignment information
Definition at line 24 of file class.ilExcRepoObjAssignmentAccessInfo.php.
      
  | 
  protected | 
Constructor.
| string[] | $a_not_granted_reasons | 
Definition at line 40 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $DIC, ILIAS\Repository\access(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  static | 
| int | $a_ref_id | ref id | 
| int | $a_user_id | user id | 
Definition at line 74 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $DIC, ilRBACAccessHandler\checkAccessOfUser(), ilExcRepoObjAssignment\getInstance(), and ilLanguage\txt().
Referenced by ilExcRepoObjAssignment\getAccessInfo().
 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 65 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $not_granted_reasons.
| ilExcRepoObjAssignmentAccessInfo::isGranted | ( | ) | 
Is access granted due to exercise assignment conditions?
Implements ilExcRepoObjAssignmentAccessInfoInterface.
Definition at line 55 of file class.ilExcRepoObjAssignmentAccessInfo.php.
References $is_granted.
      
  | 
  protected | 
Definition at line 34 of file class.ilExcRepoObjAssignmentAccessInfo.php.
      
  | 
  protected | 
Definition at line 26 of file class.ilExcRepoObjAssignmentAccessInfo.php.
Referenced by isGranted().
      
  | 
  protected | 
Definition at line 33 of file class.ilExcRepoObjAssignmentAccessInfo.php.
      
  | 
  protected | 
Definition at line 31 of file class.ilExcRepoObjAssignmentAccessInfo.php.
Referenced by getNotGrantedReasons().