mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-03 20:27:59 +08:00
add @Inject(lazy=true) to doc
This commit is contained in:
parent
a595c3ae32
commit
dcbb541c81
@ -327,6 +327,8 @@ return [
|
||||
|
||||
这样在类型提示 `LazyUserService` 的时候容器就会创建一个懒加载代理注入到构造函数或属性中了。
|
||||
|
||||
> 您还可以免除配置烦恼,通过 `@Inject(lazy=true)` 注入懒加载代理。
|
||||
|
||||
当该代理对象执行下列操作时,被代理对象才会从容器中真正实例化。
|
||||
|
||||
```php
|
||||
|
Loading…
Reference in New Issue
Block a user