Sylius\Bundle\ProductBundle\Form\EventSubscriber\BuildProductVariantFormSubscriber::__construct PHP Метод

__construct() публичный Метод

public __construct ( Symfony\Component\Form\FormFactoryInterface $factory, boolean $disabled = false )
$factory Symfony\Component\Form\FormFactoryInterface
$disabled boolean
    public function __construct(FormFactoryInterface $factory, $disabled = false)
    {
        $this->factory = $factory;
        $this->disabled = $disabled;
    }
BuildProductVariantFormSubscriber