$instance
$instance : \think\Container|\Closure
容器对象实例
容器管理类 支持PSR-11
$instance : \think\Container|\Closure
容器对象实例
$instances : array
容器中的对象实例
$bind : array
容器绑定标识
$invokeCallback : array
容器回调
__set(mixed $name, mixed $value) : mixed
mixed | $name | |
mixed | $value |
None found |
None found |
None found |
None found |
None found |
None found |
offsetSet(mixed $key, mixed $value) : mixed
mixed | $key | |
mixed | $value |
None found |
None found |
None found |
None found |
invokeAfter(string $class, object $object) : void
执行invokeClass回调
string | $class | 对象类名 |
object | $object | 容器对象实例 |
None found |
bindParams(\ReflectionFunctionAbstract $reflect, array $vars = []) : array
绑定参数
\ReflectionFunctionAbstract | $reflect | 反射类 |
array | $vars | 参数 |
None found |
getObjectParam(string $className, array $vars) : mixed
获取对象类型的参数值
string | $className | 类名 |
array | $vars | 参数 |
None found |