zend-eventmanager
zend-eventmanager copied to clipboard
Null/No-op ListenerAggregate?
hi Team,
do you see any value in a NullListenerAggregate?
i'm using feature toggles in a production app and would like for my listener factory to be able to produce a valid ListenerAggregateInterface but maybe one that doesn't do anything if the behavior in the aspect is disabled via toggle.
maybe there's another way i can solve this problem that i haven't considered.
thank you : )
This repository has been closed and moved to laminas/laminas-eventmanager; a new issue has been opened at https://github.com/laminas/laminas-eventmanager/issues/4.