__construct() public method

public __construct ( Symfony\Component\Form\FormRegistryInterface $registry, Symfony\Component\Form\ResolvedFormTypeFactoryInterface $resolvedTypeFactory )
$registry Symfony\Component\Form\FormRegistryInterface
$resolvedTypeFactory Symfony\Component\Form\ResolvedFormTypeFactoryInterface
Exemplo n.º 1
0
 public function __construct(FormRegistryInterface $registry, ResolvedFormTypeFactoryInterface $resolvedTypeFactory)
 {
     $this->registry = $registry;
     $this->resolvedTypeFactory = $resolvedTypeFactory;
     parent::__construct($registry, $resolvedTypeFactory);
 }