Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shared 默认为 true
匿名函数或类构造函数,允许传入关联数组注入依赖
Merge branch 'dependencies' * dependencies: 使用 setUpBeforeClass 实例化 Container 实例 添加容器感知和别名文档 更新文档 cleancode 添加 alias phpcs 删除 getService(s) 方法 删除 setShared()/getShared() 方法,set() 方法默认使用共享实例 自动注入构造函数依赖 完善访问容器服务方式文档
cleancode
更新注释
服务定义添加数组类型支持 $config = [ /** 数组内容 */ ]; $container->set('config', $config);
命名:di 改为 container
init