yiisoft/injector

Make `Injector::resolveDependencies()` public

開放

#113 建立於 2025年12月30日

 (6 則留言) (2 個反應) (0 位負責人)PHP (17 個分叉)auto 404
good first issuetype:feature

倉庫指標

星標
 (94 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Proposed new feature or change

Sometimes, when using Injector, I find that I just need to resolve a list of arguments.
And (what a coincidence!) I already have a reflection object at hand.
I suggest making this method public. By the way, Spiral also has a separate service for resolving arguments without calling the method.

貢獻者指南