• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/dataprovider/dynamic.php
  • Класс: Bitrix\Crm\Integration\DocumentGenerator\DataProvider\Dynamic
  • Вызов: Dynamic::fetchData
protected function fetchData()
{
	parent::fetchData();

	$this->getFields();
	foreach ($this->userFieldDescriptions as $name => $description)
	{
		// we should purge values or they will not be processed in self::getUserFieldValue()
		unset($this->data[$name]);
	}
}