• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/restrictions/byweight.php
  • Класс: BitrixSaleDeliveryRestrictionsByWeight
  • Вызов: ByWeight::extractParams
static function extractParams(Entity $entity)
{
	if (!($entity instanceof Shipment))
		return false;

	return $entity->getWeight();
}