| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilMDSettingsAccessService:Public Member Functions | |
| __construct (int $ref_id, ilAccess $access) | |
| hasCurrentUserVisibleAccess () | |
| hasCurrentUserReadAccess () | |
| hasCurrentUserWriteAccess () | |
| hasCurrentUserPermissionsAccess () | |
Protected Member Functions | |
| hasCurrentUserAccess (string $permission) | |
Protected Attributes | |
| const | VISIBLE = 'visible' | 
| const | READ = 'read' | 
| const | WRITE = 'write' | 
| const | EDIT_PERMISSION = 'edit_permission' | 
| ilAccess | $access | 
| int | $ref_id | 
Definition at line 21 of file class.ilMDSettingsAccessService.php.
| ilMDSettingsAccessService::__construct | ( | int | $ref_id, | 
| ilAccess | $access | ||
| ) | 
Definition at line 31 of file class.ilMDSettingsAccessService.php.
References $access, $ref_id, and ILIAS\Repository\access().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 57 of file class.ilMDSettingsAccessService.php.
References ILIAS\Repository\access().
Referenced by hasCurrentUserPermissionsAccess(), hasCurrentUserReadAccess(), hasCurrentUserVisibleAccess(), and hasCurrentUserWriteAccess().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilMDSettingsAccessService::hasCurrentUserPermissionsAccess | ( | ) | 
Definition at line 52 of file class.ilMDSettingsAccessService.php.
References hasCurrentUserAccess().
 Here is the call graph for this function:| ilMDSettingsAccessService::hasCurrentUserReadAccess | ( | ) | 
Definition at line 42 of file class.ilMDSettingsAccessService.php.
References hasCurrentUserAccess().
 Here is the call graph for this function:| ilMDSettingsAccessService::hasCurrentUserVisibleAccess | ( | ) | 
Definition at line 37 of file class.ilMDSettingsAccessService.php.
References hasCurrentUserAccess().
 Here is the call graph for this function:| ilMDSettingsAccessService::hasCurrentUserWriteAccess | ( | ) | 
Definition at line 47 of file class.ilMDSettingsAccessService.php.
References hasCurrentUserAccess().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 28 of file class.ilMDSettingsAccessService.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 29 of file class.ilMDSettingsAccessService.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 26 of file class.ilMDSettingsAccessService.php.
      
  | 
  protected | 
Definition at line 24 of file class.ilMDSettingsAccessService.php.
      
  | 
  protected | 
Definition at line 23 of file class.ilMDSettingsAccessService.php.
      
  | 
  protected | 
Definition at line 25 of file class.ilMDSettingsAccessService.php.