Provides fluid interface to RBAC services.
More...
Provides fluid interface to RBAC services.
Definition at line 9 of file RBACServices.php.
◆ __construct()
ILIAS\DI\RBACServices::__construct |
( |
Container |
$container | ) |
|
◆ admin()
ILIAS\DI\RBACServices::admin |
( |
| ) |
|
Get the interface to insert relations into the RBAC system.
- Returns
Definition at line 33 of file RBACServices.php.
34 return $this->container[
"rbacadmin"];
◆ review()
ILIAS\DI\RBACServices::review |
( |
| ) |
|
Get the interface to query the RBAC system.
- Returns
Definition at line 42 of file RBACServices.php.
43 return $this->container[
"rbacreview"];
◆ system()
ILIAS\DI\RBACServices::system |
( |
| ) |
|
Get the interface to the RBAC system.
- Returns
Definition at line 24 of file RBACServices.php.
25 return $this->container[
"rbacsystem"];
◆ $container
ILIAS\DI\RBACServices::$container |
|
protected |
The documentation for this class was generated from the following file: