0

I wonder what is the replacement of MutableCreationOptionsInterface in Zend Framework 3 to provide the factories with the creation options?

Dima Dz
  • 512
  • 1
  • 5
  • 17

1 Answers1

0

stupidly enough from me to not realize that: the options are now passed to the ContainerInterface when using $container->get(SomeClass, $options).

Dima Dz
  • 512
  • 1
  • 5
  • 17