CCrmPerms::GetUserAttrForSelectEntity

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmPerms
  4. GetUserAttrForSelectEntity
  • Модуль: 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)
	;
}

Добавить комментарий