PHP Класс Sylius\Component\Core\OrderProcessing\ShippingChargesProcessor

Автор: Paweł Jędrzejewski ([email protected])
Наследование: implements Sylius\Component\Core\OrderProcessing\OrderProcessorInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$adjustmentFactory Sylius\Component\Resource\Factory\FactoryInterface
$shippingChargesCalculator Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface

Открытые методы

Метод Описание
__construct ( Sylius\Component\Resource\Factory\FactoryInterface $adjustmentFactory, Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface $shippingChargesCalculator )
process ( Sylius\Component\Order\Model\OrderInterface $order )

Описание методов

__construct() публичный Метод

public __construct ( Sylius\Component\Resource\Factory\FactoryInterface $adjustmentFactory, Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface $shippingChargesCalculator )
$adjustmentFactory Sylius\Component\Resource\Factory\FactoryInterface
$shippingChargesCalculator Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface

process() публичный Метод

public process ( Sylius\Component\Order\Model\OrderInterface $order )
$order Sylius\Component\Order\Model\OrderInterface

Описание свойств

$adjustmentFactory защищенное свойство

protected FactoryInterface,Sylius\Component\Resource\Factory $adjustmentFactory
Результат Sylius\Component\Resource\Factory\FactoryInterface

$shippingChargesCalculator защищенное свойство

protected DelegatingCalculatorInterface,Sylius\Component\Shipping\Calculator $shippingChargesCalculator
Результат Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface