void offsetUnset(string $key) Unset the value at a given offset.
array getBindings() Get the container's bindings.
Closure share(Closure $closure)
mixed refresh(string $abstract, mixed $target, string $method) Refresh
string getAlias(string $abstract) Get the alias for an abstract if available
void give(Closure|string $implementation)
Container class Container implements ArrayAccess
void offsetSet(string $key, mixed $value) Set the value at a given offset
void extend(string $abstract, Closure $closure)
mixed rebinding(string $abstract, Closure $callback)
Page 3 of 5