|
1C-Bitrix 25.700.0
|
Открытые члены | |
| saveRolePermissions (array &$permissionSettings, int $dealCategoryId=-1) | |
| saveRole (string $name, int $dealCategoryId=-1, int $roleId=null) | |
| deleteRole (int $roleId) | |
| __construct () | |
| getRoleList (array $parameters=[]) | |
| getSavedPermissions (array $parameters=[]) | |
| getRoleListByUser (int $userId) | |
| getUserGroups (int $dealCategoryId) | |
| getAccessRights () | |
| Открытые члены унаследованные от RolePermissionServiceInterface | |
| saveRole (String $name, int $dealCategoryId=0, int $roleId=null) | |
См. определение в файле rolepermissionservice.php строка 19
| __construct | ( | ) |
См. определение в файле rolepermissionservice.php строка 169
| deleteRole | ( | int | $roleId | ) |
| int | $roleId | role identification number |
| SqlQueryException |
Замещает RolePermissionServiceInterface.
См. определение в файле rolepermissionservice.php строка 149
| getAccessRights | ( | ) |
returns access rights list
Замещает RolePermissionServiceInterface.
См. определение в файле rolepermissionservice.php строка 233
| getRoleList | ( | array | $parameters = [] | ) |
@inheritDoc
Замещает RolePermissionServiceInterface.
См. определение в файле rolepermissionservice.php строка 177
| getRoleListByUser | ( | int | $userId | ) |
@inheritDoc
Замещает RolePermissionServiceInterface.
См. определение в файле rolepermissionservice.php строка 193
| getSavedPermissions | ( | array | $parameters = [] | ) |
@inheritDoc
Замещает RolePermissionServiceInterface.
См. определение в файле rolepermissionservice.php строка 185
| getUserGroups | ( | int | $dealCategoryId | ) |
| int | $dealCategoryId |
Замещает RolePermissionServiceInterface.
См. определение в файле rolepermissionservice.php строка 205
| saveRole | ( | string | $name, |
| int | $dealCategoryId = -1, | ||
| int | $roleId = null ) |
| string | $name | |
| int | $dealCategoryId | deal category identification number |
| int | null | $roleId | role identification number |
Bitrix\Main\ObjectPropertyException
Bitrix\Main\SystemException
См. определение в файле rolepermissionservice.php строка 109
| saveRolePermissions | ( | array & | $permissionSettings, |
| int | $dealCategoryId = -1 ) |
| array | $permissionSettings | permission settings array |
| int | $dealCategoryId | deal category identification number |
| SqlQueryException | |
Bitrix\Main\ObjectPropertyException
Bitrix\Main\SystemException
Замещает RolePermissionServiceInterface.
См. определение в файле rolepermissionservice.php строка 37