Открытые члены | |
saveRolePermissions (array $permissionSettings) | |
saveRole (string $name, int $roleId=null) | |
__construct () | |
getRoleList (array $parameters=[]) | |
getSavedPermissions (array $parameters=[]) | |
getRoleListByUser (int $userId) | |
appendInventoryManagmentPermissions (array $permissionSettings) | |
![]() | |
saveRolePermissions (array $permissionSettings) | |
saveRole (String $name, int $roleId=null) | |
deleteRole (int $roleId) | |
getSavedPermissions (array $parameters=[]) | |
getRoleList (array $parameters=[]) | |
getRoleListByUser (int $userId) | |
См. определение в файле RolePermissionService.php строка 18
__construct | ( | ) |
См. определение в файле RolePermissionService.php строка 217
appendInventoryManagmentPermissions | ( | array | $permissionSettings | ) |
Append saved inventory management permissions.
May be used to save roles when inventory management is disabled,because these rights will not be shown in the interface, respectively, they will not be saved.
array | $permissionSettings |
См. определение в файле RolePermissionService.php строка 258
getRoleList | ( | array | $parameters = [] | ) |
@inheritDoc
Замещает RolePermissionServiceInterface.
См. определение в файле RolePermissionService.php строка 225
getRoleListByUser | ( | int | $userId | ) |
@inheritDoc
Замещает RolePermissionServiceInterface.
См. определение в файле RolePermissionService.php строка 241
getSavedPermissions | ( | array | $parameters = [] | ) |
@inheritDoc
Замещает RolePermissionServiceInterface.
См. определение в файле RolePermissionService.php строка 233
saveRole | ( | string | $name, |
int | $roleId = null |
||
) |
string | $name | |
int | null | $roleId | role identification number |
Bitrix\Main\ObjectPropertyException
Bitrix\Main\SystemException
См. определение в файле RolePermissionService.php строка 148
saveRolePermissions | ( | array | $permissionSettings | ) |
array | $permissionSettings | permission settings array |
SqlQueryException | |
Bitrix\Main\ObjectPropertyException
Bitrix\Main\SystemException
Замещает RolePermissionServiceInterface.
См. определение в файле RolePermissionService.php строка 38