• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/item.php
  • Класс: Bitrix\Crm\Item
  • Вызов: Item::addToProductsCollection
protected function addToProductsCollection(ProductRow $product): void
{
	$entityFieldName = $this->getEntityFieldNameByMap(static::FIELD_NAME_PRODUCTS);
	$this->entityObject->addTo($entityFieldName, $product);
}