• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradebindingcollection.php
  • Класс: BitrixSaleTradeBindingCollection
  • Вызов: TradeBindingCollection::hasTradingPlatform
public function hasTradingPlatform(string $platformCode, string $type = null): bool
{
	return $this->getTradingPlatform($platformCode, $type) ? true : false;
}