DependencyInjectionContainer
A container for managing dependencies.
The path to the directory to load dependencies from.
load
Loads all dependencies from a directory.
The token to register the dependency with.
The instance of the dependency.
register
Registers a dependency with the container.
The token of the dependency to resolve.
The resolved dependency.
resolve
Resolves a dependency from the container.
DependencyInjectionContainer
Description
A container for managing dependencies.