|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\GlobalScreen\GUI\Access\Access:Public Member Functions | |
| __construct (RBACServices $rbac, Services $http, Factory $refinery,) | |
| ilObjMainMenuAccess constructor. More... | |
| checkAccessAndThrowException (string $permission) | |
| hasUserPermissionTo (string $permission) | |
| __destruct () | |
| requireReadable () | |
| requireWritable () | |
Private Attributes | |
| ilRbacSystem | $rbac_system |
| int | $ref_id = null |
| bool | $access_checked = false |
Definition at line 31 of file Access.php.
| ILIAS\GlobalScreen\GUI\Access\Access::__construct | ( | RBACServices | $rbac, |
| Services | $http, | ||
| Factory | $refinery | ||
| ) |
ilObjMainMenuAccess constructor.
Definition at line 41 of file Access.php.
References $http, ILIAS\UI\examples\Layout\Page\Mail\$refinery, and ILIAS\DI\RBACServices\system().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Access\Access::__destruct | ( | ) |
Definition at line 76 of file Access.php.
| ILIAS\GlobalScreen\GUI\Access\Access::checkAccessAndThrowException | ( | string | $permission | ) |
Definition at line 52 of file Access.php.
References ILIAS\GlobalScreen\GUI\Access\Access\hasUserPermissionTo().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Access\Access::hasUserPermissionTo | ( | string | $permission | ) |
Definition at line 59 of file Access.php.
Referenced by ILIAS\GlobalScreen\GUI\Access\Access\checkAccessAndThrowException().
Here is the caller graph for this function:| ILIAS\GlobalScreen\GUI\Access\Access::requireReadable | ( | ) |
Definition at line 83 of file Access.php.
| ILIAS\GlobalScreen\GUI\Access\Access::requireWritable | ( | ) |
Definition at line 88 of file Access.php.
|
private |
Definition at line 36 of file Access.php.
|
private |
Definition at line 33 of file Access.php.
|
private |
Definition at line 34 of file Access.php.