|
ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
|
Collaboration diagram for ilMDSettingsAccessService:Public Member Functions | |
| __construct (int $ref_id, ilAccess $access) | |
| hasCurrentUserReadAccess () | |
| hasCurrentUserWriteAccess () | |
| hasCurrentUserPermissionsAccess () | |
Protected Member Functions | |
| hasCurrentUserAccess (string $permission) | |
Protected Attributes | |
| const string | READ = 'read' |
| const string | WRITE = 'write' |
| const string | 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 30 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 51 of file class.ilMDSettingsAccessService.php.
References ILIAS\Repository\access().
Referenced by hasCurrentUserPermissionsAccess(), hasCurrentUserReadAccess(), and hasCurrentUserWriteAccess().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMDSettingsAccessService::hasCurrentUserPermissionsAccess | ( | ) |
Definition at line 46 of file class.ilMDSettingsAccessService.php.
References hasCurrentUserAccess().
Here is the call graph for this function:| ilMDSettingsAccessService::hasCurrentUserReadAccess | ( | ) |
Definition at line 36 of file class.ilMDSettingsAccessService.php.
References hasCurrentUserAccess().
Here is the call graph for this function:| ilMDSettingsAccessService::hasCurrentUserWriteAccess | ( | ) |
Definition at line 41 of file class.ilMDSettingsAccessService.php.
References hasCurrentUserAccess().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilMDSettingsAccessService.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilMDSettingsAccessService.php.
Referenced by __construct().
|
protected |
Definition at line 25 of file class.ilMDSettingsAccessService.php.
|
protected |
Definition at line 23 of file class.ilMDSettingsAccessService.php.
|
protected |
Definition at line 24 of file class.ilMDSettingsAccessService.php.