PHP 클래스 Sylius\Component\Core\OrderProcessing\ShippingChargesProcessor

저자: Paweł Jędrzejewski ([email protected])
상속: implements Sylius\Component\Core\OrderProcessing\OrderProcessorInterface
파일 보기 프로젝트 열기: sylius/sylius

보호된 프로퍼티들

프로퍼티 타입 설명
$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