PHP Class Sylius\Component\Core\OrderProcessing\ShippingChargesProcessor

Author: Paweł Jędrzejewski ([email protected])
Inheritance: implements Sylius\Component\Core\OrderProcessing\OrderProcessorInterface
Afficher le fichier Open project: sylius/sylius

Protected Properties

Свойство Type Description
$adjustmentFactory Sylius\Component\Resource\Factory\FactoryInterface
$shippingChargesCalculator Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface

Méthodes publiques

Méthode Description
__construct ( Sylius\Component\Resource\Factory\FactoryInterface $adjustmentFactory, Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface $shippingChargesCalculator )
process ( Sylius\Component\Order\Model\OrderInterface $order )

Method Details

__construct() public méthode

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 méthode

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

Property Details

$adjustmentFactory protected_oe property

protected FactoryInterface,Sylius\Component\Resource\Factory $adjustmentFactory
Résultat Sylius\Component\Resource\Factory\FactoryInterface

$shippingChargesCalculator protected_oe property

protected DelegatingCalculatorInterface,Sylius\Component\Shipping\Calculator $shippingChargesCalculator
Résultat Sylius\Component\Shipping\Calculator\DelegatingCalculatorInterface