getPermissionsByRole() public method
Returns all permissions that the specified role represents.
| public yii\rbac\Permission[] getPermissionsByRole ( $roleName ) | ||
|---|---|---|
| $roleName | string |
The role name |
| return | yii\rbac\Permission[] |
All permissions that the role represents. The array is indexed by the permission names. |
Please login to continue.