Sylius\Bundle\OrderBundle\Form\DataMapper\OrderItemQuantityDataMapper::__construct PHP Method

__construct() public method

public __construct ( Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface $orderItemQuantityModifier, Symfony\Component\Form\DataMapperInterface $propertyPathDataMapper )
$orderItemQuantityModifier Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface
$propertyPathDataMapper Symfony\Component\Form\DataMapperInterface
    public function __construct(OrderItemQuantityModifierInterface $orderItemQuantityModifier, DataMapperInterface $propertyPathDataMapper)
    {
        $this->orderItemQuantityModifier = $orderItemQuantityModifier;
        $this->propertyPathDataMapper = $propertyPathDataMapper;
    }