ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Provides fluid interface to RBAC services. More...
Public Member Functions | |
__construct (Container $container) | |
system () | |
Get the interface to the RBAC system. More... | |
admin () | |
Get the interface to insert relations into the RBAC system. More... | |
review () | |
Get the interface to query the RBAC system. More... | |
Protected Attributes | |
Container | $container |
Provides fluid interface to RBAC services.
Definition at line 23 of file RBACServices.php.
ILIAS\DI\RBACServices::__construct | ( | Container | $container | ) |
ILIAS\DI\RBACServices::admin | ( | ) |
Get the interface to insert relations into the RBAC system.
Definition at line 43 of file RBACServices.php.
ILIAS\DI\RBACServices::review | ( | ) |
Get the interface to query the RBAC system.
Definition at line 51 of file RBACServices.php.
ILIAS\DI\RBACServices::system | ( | ) |
Get the interface to the RBAC system.
Definition at line 35 of file RBACServices.php.
|
protected |
Definition at line 25 of file RBACServices.php.
Referenced by ILIAS\DI\RBACServices\__construct().