|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Provides fluid interface to RBAC services. More...
Collaboration diagram for ILIAS\DI\RBACServices: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().