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

public __construct ( Symfony\Component\Form\FormRegistryInterface $registry, Symfony\Component\Form\ResolvedFormTypeFactoryInterface $resolvedTypeFactory )
$registry Symfony\Component\Form\FormRegistryInterface
$resolvedTypeFactory Symfony\Component\Form\ResolvedFormTypeFactoryInterface
Пример #1
0
 public function __construct(FormRegistryInterface $registry, ResolvedFormTypeFactoryInterface $resolvedTypeFactory)
 {
     $this->registry = $registry;
     $this->resolvedTypeFactory = $resolvedTypeFactory;
     parent::__construct($registry, $resolvedTypeFactory);
 }