public __construct ( Sylius\Component\Resource\Factory\FactoryInterface $orderFactory, Sylius\Component\Resource\Factory\FactoryInterface $orderItemFactory, Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface $orderItemQuantityModifier, Doctrine\Common\Persistence\ObjectManager $orderManager, Sylius\Component\Resource\Repository\RepositoryInterface $channelRepository, Sylius\Component\Resource\Repository\RepositoryInterface $customerRepository, Sylius\Component\Resource\Repository\RepositoryInterface $productRepository, Sylius\Component\Resource\Repository\RepositoryInterface $countryRepository, Sylius\Component\Core\Repository\PaymentMethodRepositoryInterface $paymentMethodRepository, Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface $shippingMethodRepository, Sylius\Component\Resource\Factory\FactoryInterface $addressFactory, SM\Factory\FactoryInterface $stateMachineFactory ) |
$orderFactory |
Sylius\Component\Resource\Factory\FactoryInterface |
|
$orderItemFactory |
Sylius\Component\Resource\Factory\FactoryInterface |
|
$orderItemQuantityModifier |
Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface |
|
$orderManager |
Doctrine\Common\Persistence\ObjectManager |
|
$channelRepository |
Sylius\Component\Resource\Repository\RepositoryInterface |
|
$customerRepository |
Sylius\Component\Resource\Repository\RepositoryInterface |
|
$productRepository |
Sylius\Component\Resource\Repository\RepositoryInterface |
|
$countryRepository |
Sylius\Component\Resource\Repository\RepositoryInterface |
|
$paymentMethodRepository |
Sylius\Component\Core\Repository\PaymentMethodRepositoryInterface |
|
$shippingMethodRepository |
Sylius\Component\Core\Repository\ShippingMethodRepositoryInterface |
|
$addressFactory |
Sylius\Component\Resource\Factory\FactoryInterface |
|
$stateMachineFactory |
SM\Factory\FactoryInterface |
|