mixed __get(string $key) Dynamically access container services.
array tagged(array $tag) Resolve all of the bindings for a given tag.
$this needs(string $abstract) Define the abstract target that depends on
Closure wrap(Closure $callback
bool resolved(string $abstract) Determine if the given abstract type has
static Container getInstance()
void resolving(string $abstract, Closure $callback = null)
void singleton(string|array $abstract, Closure|string|null $concrete = null)
bool offsetExists(string $key) Determine if a given offset exists.
void instance(string $abstract, mixed $instance) Register an existing instance
Page 2 of 5