• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/orderprops_relation.php
  • Класс: BitrixSaleInternalsOrderPropsRelationTable
  • Вызов: OrderPropsRelationTable::getRelationsByPropertyId
static function getRelationsByPropertyId($propertyId) : array
{
	$relations = static::getRelationsByPropertyIdList([$propertyId]);

	return $relations[$propertyId];
}