I wonder what is the replacement of MutableCreationOptionsInterface
in Zend Framework 3 to provide the factories with the creation options?
Asked
Active
Viewed 94 times
0

Dima Dz
- 512
- 1
- 5
- 17
1 Answers
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