Sylius\Bundle\ProductBundle\Form\Type\ProductGenerateVariantsType::__construct PHP Method

__construct() public method

public __construct ( string $dataClass, string[] $validationGroups, Symfony\Component\EventDispatcher\EventSubscriberInterface $generateProductVariants )
$dataClass string
$validationGroups string[]
$generateProductVariants Symfony\Component\EventDispatcher\EventSubscriberInterface
    public function __construct($dataClass, $validationGroups, EventSubscriberInterface $generateProductVariants)
    {
        parent::__construct($dataClass, $validationGroups);
        $this->generateProductVariantsSubscriber = $generateProductVariants;
    }