• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Sale/BasketService.php
  • Класс: Bitrix\Crm\Service\Sale\BasketService
  • Вызов: BasketService::getRowIdsToBasketIdsByRows
public function getRowIdsToBasketIdsByRows(array $rowsIds): array
{
	return $this->getRowsIdsToBasketIdsByFilter([
		'=ID' => $rowsIds,
	]);
}