$instance
$instance : \think\Container
容器对象实例
$instance : \think\Container
容器对象实例
set(string $abstract, mixed $concrete = null) : \think\Container
绑定一个类、闭包、实例、接口实现到容器
string | $abstract | 类标识、接口 |
mixed | $concrete | 要绑定的类、闭包或者实例 |