Search code examples
phpzend-frameworkzf3

ZF3 replacement of MutableCreationOptions


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


Solution

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