|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 24 of file RBACServices.php.
| ILIAS\DI\RBACServices::__construct | ( | Container | $container | ) |
Definition at line 28 of file RBACServices.php.
References ILIAS\DI\RBACServices\$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.
Referenced by ILIAS\GlobalScreen\GUI\Access\Access\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file RBACServices.php.
Referenced by ILIAS\DI\RBACServices\__construct().