ZF2-298: ServiceManager : Configuration & abstract factories
Description
Components target is Zend\Module because Zend\ServiceManager don't exist.
• In Zend\ServiceManager\Configuration, configureServiceManager() call setInvokable but the method name is setInvokableClass().
• In has() method in Zend\ServiceManager\ServiceManager, abstract factories are iterated, so abstract factory with string name are not supported.
I will propose a PR to fix that.
Comments
Posted by BLANCHON Vincent (blanchon_vincent) on 2012-05-11T19:50:15.000+0000
Problem with has() method when a factory is defined after an abstract factory
Posted by BLANCHON Vincent (blanchon_vincent) on 2012-05-11T20:18:14.000+0000
https://github.com/zendframework/zf2/pull/1209