array tagged(array $tag) Resolve all of the bindings for a given tag.
ContextualBindingBuilder
void resolving(string $abstract, Closure $callback = null)
bool resolved(string $abstract) Determine if the given abstract type has
void alias(string $abstract, string $alias) Alias a type to a different
$this needs(string $abstract) Define the abstract target that depends on
void afterResolving(string $abstract, Closure $callback = null)
void tag(array|string $abstracts, array|mixed $tags) Assign a set of tags
void instance(string $abstract, mixed $instance) Register an existing instance
bool bound(string $abstract) Determine if the given abstract type has been
Page 1 of 2