ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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 24 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 44 of file RBACServices.php.
ILIAS\DI\RBACServices::review | ( | ) |
Get the interface to query the RBAC system.
Definition at line 52 of file RBACServices.php.
ILIAS\DI\RBACServices::system | ( | ) |
Get the interface to the RBAC system.
Definition at line 36 of file RBACServices.php.
|
protected |
Definition at line 26 of file RBACServices.php.
Referenced by ILIAS\DI\RBACServices\__construct().