Sylius\Bundle\ShippingBundle\Form\Type\ShippingMethodChoiceType::__construct PHP Method

__construct() public method

public __construct ( Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface $shippingMethodsResolver, Sylius\Component\Registry\ServiceRegistryInterface $calculators, Sylius\Component\Resource\Repository\RepositoryInterface $repository )
$shippingMethodsResolver Sylius\Component\Shipping\Resolver\ShippingMethodsResolverInterface
$calculators Sylius\Component\Registry\ServiceRegistryInterface
$repository Sylius\Component\Resource\Repository\RepositoryInterface
    public function __construct(ShippingMethodsResolverInterface $shippingMethodsResolver, ServiceRegistryInterface $calculators, RepositoryInterface $repository)
    {
        $this->shippingMethodsResolver = $shippingMethodsResolver;
        $this->calculators = $calculators;
        $this->repository = $repository;
    }