Sylius\Bundle\ShippingBundle\Form\EventSubscriber\BuildShippingMethodFormSubscriber::__construct PHP Method

__construct() public method

public __construct ( Sylius\Component\Registry\ServiceRegistryInterface $calculatorRegistry, Symfony\Component\Form\FormFactoryInterface $factory, Sylius\Bundle\ResourceBundle\Form\Registry\FormTypeRegistryInterface $formTypeRegistry )
$calculatorRegistry Sylius\Component\Registry\ServiceRegistryInterface
$factory Symfony\Component\Form\FormFactoryInterface
$formTypeRegistry Sylius\Bundle\ResourceBundle\Form\Registry\FormTypeRegistryInterface
    public function __construct(ServiceRegistryInterface $calculatorRegistry, FormFactoryInterface $factory, FormTypeRegistryInterface $formTypeRegistry)
    {
        $this->calculatorRegistry = $calculatorRegistry;
        $this->factory = $factory;
        $this->formTypeRegistry = $formTypeRegistry;
    }