You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could be possible to add a static factory method use case as an example? I'm in the case I have a dependency of a Zend\Cache\Storage\Adapter\AbstractAdapter that gets generated via Zend\Cache\StorageFactory, but I'm not able to find the way to get an instance of the AbstractAdapter and fullfil the dependency. Googling a bit I could get this snippet from some example seen in a gist
Hi Ralph,
Could be possible to add a static factory method use case as an example? I'm in the case I have a dependency of a
Zend\Cache\Storage\Adapter\AbstractAdapter
that gets generated viaZend\Cache\StorageFactory
, but I'm not able to find the way to get an instance of the AbstractAdapter and fullfil the dependency. Googling a bit I could get this snippet from some example seen in a gistThanks in advance!
Christian.
The text was updated successfully, but these errors were encountered: