The instance registered in a container (used to find its container reference).
The dependency ID or class constructor.
Optionalscope: ResolveScopeBitwise enum to control where to search (Parent | Current | Children). Defaults to Children.
Array with all found dependency instances, could be empty
Unique identifier that could use to resolve this instance from container where it was registered
ProxyDi container in which this instance was registered
Resolves all dependencies from container hierarchy either by its dependency ID or through a class constructor for auto-injectable classes.
The instance registered in a container (used to find its container reference).
Optionalscope: ResolveScopeBitwise enum to control where to search (Parent | Current | Children). Defaults to Children.
Array with all found dependency instances, could be empty
Unique identifier that could use to resolve this instance from container where it was registered
ProxyDi container in which this instance was registered
Resolves all dependencies from container hierarchy either by its dependency ID or through a class constructor for auto-injectable classes.