• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/productloader.php
  • Класс: Bitrix\Crm\Integration\DocumentGenerator\ProductLoader
  • Вызов: ProductLoader::getRawPropertyValue
protected function getRawPropertyValue(array $property, int $elementId)
{
	$propertyValues = $this->loadPropertyValues();
	return $propertyValues[$elementId][(int)$property['ID']] ?? null;
}