__construct() public method

public __construct ( Sylius\Component\Registry\ServiceRegistryInterface $registry, Symfony\Component\Form\FormFactoryInterface $factory )
$registry Sylius\Component\Registry\ServiceRegistryInterface
$factory Symfony\Component\Form\FormFactoryInterface
 /**
  * @param ServiceRegistryInterface $actionRegistry
  * @param FormFactoryInterface $factory
  * @param ChannelRepositoryInterface $channelRepository
  */
 public function __construct(ServiceRegistryInterface $actionRegistry, FormFactoryInterface $factory, ChannelRepositoryInterface $channelRepository)
 {
     parent::__construct($actionRegistry, $factory);
     $this->channelRepository = $channelRepository;
 }