Open qiuyimo opened 6 years ago
[2018年04月16日11:43:12]
https://github.com/seekerliu/laravel-tips/blob/master/what-is-dependency-injection.md
通过构造函数,把一个外部的 SessionStorage 实例"注入"进 User 实例内部,而不是在 User 实例内部创建 SessionStorage 实例,就是 依赖注入。
[2018年04月16日11:43:12]
依赖注入的理解
参考
https://github.com/seekerliu/laravel-tips/blob/master/what-is-dependency-injection.md
最重要的一句话