Sergei Predvoditelev
Sergei Predvoditelev
Example of false-positive result: https://github.com/yiisoft/data/actions/runs/3999454619/jobs/6863373008
Yes. `url` here duplicate `urlGenerator` from [params](https://github.com/yiisoft/demo/blob/20e27abd37d3d31838bd7dab80be1ab65812d9c6/blog/config/common/params.php#LL85C14-L85C26).
Hm. How can work `$container->get('decorator@XXX');`? Has ideas anything keywords for use in `get()` ?
It can to implemented via meta parameter: ``` 'singleton' => false, ```
Tags is Yii DI feature only. This proposal should be implemented in [yiisoft/di](https://github.com/yiisoft/di).
Can we use one of exist class for implement suggested method or create new?
Can you describe you vision of concept?
> I mean hydration and vice versa (aka `toArray()`). Seems, it's not hydrator package responsibility. Hydration is a one-way process, it's not serilization/deserilization.
To use it need create special attribute, that will be resolve property as collection.
Let's think, can be any layout specific settings except injections? If no, #102 implementation is OK for me. If yes, we can go to create abstract class (e. g. `ParametrizedLayout`),...