Ocramius / OcraServiceManager

ServiceManager additional features implemented via modules
MIT License
47 stars 18 forks source link

discover links between services implementing `Zend\ServiceManager\ServiceLocatorAwareInterface` #25

Open Ocramius opened 10 years ago

Ocramius commented 10 years ago

Currently simply discovers the parent locator for a given service and traverses calls to get. Instead, it should find out which object asked for the service, rather than just the locator that did actually handle the lookup.