method
public
EmptyDeliveryService::calculate()
Сигнатура
public calculate([Shipment|null $shipment = null ][, array<string|int, mixed> $extraServices = array() ]) : CalculationResult
Описание
Вычисляет стоимость доставки
Параметры
$shipment
Shipment|null
= null
.
$extraServices
array<string|int, mixed>
= array()
.
Возвращаемое значение
CalculationResult
Исходный файл: source/sale/lib/delivery/services/emptydeliveryservice.php:165

