• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Sale/Basket/ProductRelationsBuilder.php
  • Класс: Bitrix\Crm\Service\Sale\Basket\ProductRelationsBuilder
  • Вызов: ProductRelationsBuilder::__construct
public function __construct(?array $comparators = null)
{
	$comparators ??= [
		new ProductRowXmlIdCompare(),
		new BasketXmlIdCompare(),
		new ProductWithAttributesCompare(),
		new ProductCompare(),
	];

	$this->setComparators($comparators);
}