• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/filter/clientuserfielddataprovider.php
  • Класс: Bitrix\Crm\Filter\ClientUserFieldDataProvider
  • Вызов: ClientUserFieldDataProvider::__construct
function __construct(int $clientEntityTypeId, EntitySettings $settings)
{
	parent::__construct($settings);
	$this->clientEntityTypeId = $clientEntityTypeId;
	$this->clientFieldHelper = new \Bitrix\Crm\Component\EntityList\ClientFieldHelper($this->clientEntityTypeId);
}