Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

ZF\Configuration\ConfigWriter replacement is inconvenient #16

Open
akomm opened this issue Sep 18, 2015 · 2 comments
Open

ZF\Configuration\ConfigWriter replacement is inconvenient #16

akomm opened this issue Sep 18, 2015 · 2 comments

Comments

@akomm
Copy link

akomm commented Sep 18, 2015

Is there a reason, why ZF\Configuration uses Zend\Config\Writer\WriterInterface (good) for extensibility, but provides this service via Zend\ModuleManager\Feature\ServiceProviderInterface API (bad) and not simply via module configuration?

This makes overriding with another Zend\Config\Writer\WriterInterface-implementation less convenient. You have to either allow overriding (bad, affects everything in service manager) or hook up to certain events to make modification.

@weierophinney
Copy link
Member

The answer: It was overlooked.

Please feel free to submit a pull request that changes the behavior.

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools-configuration; a new issue has been opened at laminas-api-tools/api-tools-configuration#5.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants