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