• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/matcher/internals/orderpropsmatchtable.php
  • Класс: Bitrix\Crm\Order\Matcher\Internals\OrderPropsMatchTable
  • Вызов: OrderPropsMatchTable::getByPropertyId
static function getByPropertyId($propertyId)
{
	return static::getList([
		'filter' => ['SALE_PROP_ID' => $propertyId],
	])->fetch();
}