...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_perms.php
- Класс: \CCrmPerms
- Вызов: CCrmPerms::GetUserAttrForSelectEntity
public function GetUserAttrForSelectEntity($permEntity, $permType, $bForcePermAll = false) { return Bitrix\Crm\Service\Container::getInstance() ->getUserPermissions($this->userId) ->getAttributesProvider() ->getEntityListAttributes((string)$permEntity, (string)$permType) ; }