Exemplo n.º 1
0
 /**
  * @param FormTypeInterface[] $formTypes
  */
 public function __construct(array $formTypes = [])
 {
     parent::__construct(FormTypeInterface::class, $formTypes);
 }
Exemplo n.º 2
0
 /**
  * @param RepositoryInterface[] $repositories
  */
 public function __construct(array $repositories = [])
 {
     parent::__construct(RepositoryInterface::class, $repositories);
 }
Exemplo n.º 3
0
 /**
  * @param EventSubscriberInterface[] $eventSubscribers
  */
 public function __construct(array $eventSubscribers = [])
 {
     parent::__construct(EventSubscriberInterface::class, $eventSubscribers);
 }
Exemplo n.º 4
0
 /**
  * @param TypeInterface[] $columns
  */
 public function __construct(array $columns = [])
 {
     parent::__construct(TypeInterface::class, $columns);
 }
Exemplo n.º 5
0
 /**
  * @param FactoryInterface[] $factories
  */
 public function __construct(array $factories = [])
 {
     parent::__construct(FactoryInterface::class, $factories);
 }
Exemplo n.º 6
0
 /**
  * @param DomainManagerInterface[] $domainManagers
  */
 public function __construct(array $domainManagers = [])
 {
     parent::__construct(DomainManagerInterface::class, $domainManagers);
 }
Exemplo n.º 7
0
 /**
  * @param ResourceInterface[] $resources
  */
 public function __construct(array $resources = [])
 {
     parent::__construct(ResourceInterface::class, $resources);
 }
Exemplo n.º 8
0
 /**
  * @param TypeInterface[] $batches
  */
 public function __construct(array $batches = [])
 {
     parent::__construct(TypeInterface::class, $batches);
 }
Exemplo n.º 9
0
 /**
  * @param ObjectManager[] $managers
  */
 public function __construct(array $managers = [])
 {
     parent::__construct(ObjectManager::class, $managers);
 }