Class yii\mongodb\rbac\Role
| Inheritance | yii\mongodb\rbac\Role » yii\rbac\Role |
|---|---|
| Available since extension's version | 2.0.5 |
| Source Code | https://github.com/yiisoft/yii2-mongodb/blob/master/rbac/Role.php |
Role is a special version of \yii\rbac\Role dedicated to MongoDB RBAC implementation.
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $parents | array|null | List of parent item names. | yii\mongodb\rbac\Role |