getPermissionsByRole() public abstract method
Returns all permissions that the specified role represents.
public abstract 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.