Application
interface Application implements Container (View source)
Methods
bool bound(string $abstract) Determine if the given abstract type has been bound. from Container void alias(string $abstract, string $alias) Alias a type to a different name. from Container void tag(array|string $abstracts, array|mixed $tags) Assign a set of tags to a given binding. from Container array tagged(array $tag) Resolve all of the bindings for a given tag. from Container void bind(string