array tagged(array $tag) Resolve all of the bindings for a given tag.
mixed offsetGet(string $key) Get the value at a given offset.
void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false)
void __construct(Container $container, string $concrete)
mixed make(string $abstract, array $parameters = array()) Resolve the given
void alias(string $abstract, string $alias) Alias a type to a different
void flush() Flush the container of all bindings and resolved instances
Closure factory(string $abstract, array $defaults = array())
mixed __get(string $key) Dynamically access container services.
$this needs(string $abstract) Define the abstract target that depends on
Page 1 of 5