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