static Container setInstance(
mixed offsetGet(string $key) Get the value at a given offset.
mixed make(string $abstract, array $parameters = array()) Resolve the given
void alias(string $abstract, string $alias) Alias a type to a different
void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false)
bool isAlias(string $name) Determine if a given string is an alias.
Closure factory(string $abstract, array $defaults = array())
void flush() Flush the container of all bindings and resolved instances
void addContextualBinding(string $concrete, string $abstract, Closure|string $implementation)
mixed __get(string $key) Dynamically access container services.
Page 1 of 5