beberlei / yadif

Yet Another (PHP) Dependency Injection Framework
Other
37 stars 1 forks source link

Inject Setter Dependencies into already existing Object #7

Open beberlei opened 14 years ago

beberlei commented 14 years ago

For objects with setter dependencies it might be a use-case to be able to inject all the setter dependencies to an instance that is given to a Yadif_Container::inject() method.