Sylius\Bundle\ProductBundle\Form\EventSubscriber\ProductOptionFieldSubscriber::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Sylius\Component\Product\Resolver\ProductVariantResolverInterface $variantResolver )
$variantResolver Sylius\Component\Product\Resolver\ProductVariantResolverInterface
    public function __construct(ProductVariantResolverInterface $variantResolver)
    {
        $this->variantResolver = $variantResolver;
    }