Ticket #190 (closed enhancement: wontfix)
Enable provider injection
| Reported by: | mikey | Owned by: | mikey |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.13.0 |
| Component: | InversionOfControl | Version: | SVN-trunk |
| Keywords: | Cc: |
Description (last modified by mikey) (diff)
The IoC container should allow provider injection, meaning that something like
class FooProvider implements stubInjectionProvider
/**
* @Inject
* @Provider('my::concrete::Bar')
*/
public function setBar(stubInjectionProvider $barProvider) { ... }
}
should work. Just an idea at this points, this needs further thoughts but should be noted so it is not forgotten.
This depends on #189.
Change History
Note: See
TracTickets for help on using
tickets.
