|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Dashboard permission wrapper. More...
Collaboration diagram for ILIAS\Dashboard\Access\DashboardAccess:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| canChangePresentation (int $user_id) | |
Protected Member Functions | |
| getSettingsRefId () | |
| Get dashboard settings ref id. More... | |
Protected Attributes | |
| $rbac_system | |
| $db | |
Static Protected Attributes | |
| static | $setting_ref_id = 0 |
Dashboard permission wrapper.
Definition at line 12 of file class.DashboardAccess.php.
| ILIAS\Dashboard\Access\DashboardAccess::__construct | ( | ) |
| ILIAS\Dashboard\Access\DashboardAccess::canChangePresentation | ( | int | $user_id | ) |
| int | $user_id |
Definition at line 64 of file class.DashboardAccess.php.
References ILIAS\Dashboard\Access\DashboardAccess\getSettingsRefId().
Here is the call graph for this function:
|
protected |
Get dashboard settings ref id.
Definition at line 43 of file class.DashboardAccess.php.
References ILIAS\Dashboard\Access\DashboardAccess\$setting_ref_id, and SYSTEM_FOLDER_ID.
Referenced by ILIAS\Dashboard\Access\DashboardAccess\canChangePresentation().
Here is the caller graph for this function:
|
protected |
Definition at line 22 of file class.DashboardAccess.php.
|
protected |
Definition at line 17 of file class.DashboardAccess.php.
|
staticprotected |
Definition at line 27 of file class.DashboardAccess.php.
Referenced by ILIAS\Dashboard\Access\DashboardAccess\getSettingsRefId().