void addContextualBinding(string $concrete, string $abstract, Closure|string $implementation)
mixed __get(string $key) Dynamically access container services.
void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false)
void alias(string $abstract, string $alias) Alias a type to a different
void flush() Flush the container of all bindings and resolved instances
$this needs(string $abstract) Define the abstract target that depends on
void __construct(Container $container, string $concrete)
mixed make(string $abstract, array $parameters = array()) Resolve the given
bool isAlias(string $name) Determine if a given string is an alias.
static Container setInstance(
Page 1 of 5