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 36 of file RBACServices.php.
38 return $this->container[
"rbacadmin"];
◆ review()
ILIAS\DI\RBACServices::review |
( |
| ) |
|
Get the interface to query the RBAC system.
- Returns
Definition at line 46 of file RBACServices.php.
48 return $this->container[
"rbacreview"];
◆ system()
ILIAS\DI\RBACServices::system |
( |
| ) |
|
Get the interface to the RBAC system.
- Returns
Definition at line 26 of file RBACServices.php.
28 return $this->container[
"rbacsystem"];
◆ $container
ILIAS\DI\RBACServices::$container |
|
protected |
The documentation for this class was generated from the following file: