framework icon indicating copy to clipboard operation
framework copied to clipboard

[DI] Try make create fuction can get params from resolve()

Open asika32764 opened this issue 4 years ago • 1 comments

$app->resolve(Class, [...args]);
$app->bind(Class, create(function (/* get args here */) {
...
}))

asika32764 avatar Aug 31 '21 10:08 asika32764

bind() will wrap ObjectDefinition into CallbackDefinition and StoreDefinition, so we must implement this feature after #875

asika32764 avatar Sep 18 '21 13:09 asika32764